mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "codex-monorepo",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "codex-monorepo",
|
|
"dependencies": {
|
|
"claude": "^0.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.5.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=22",
|
|
"pnpm": ">=9.0.0"
|
|
}
|
|
},
|
|
"node_modules/claude": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/claude/-/claude-0.1.1.tgz",
|
|
"integrity": "sha512-j7oSibqQdIODNhkI1sEJzHMiPsF43L/GqNbcA+eDDyGM10+x2sH9NW/PK6vM3z0J2tLDKMBcc5ZjVaoRinhuCA==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/prettier": {
|
|
"version": "3.7.4",
|
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz",
|
|
"integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"prettier": "bin/prettier.cjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
|
}
|
|
}
|
|
}
|
|
}
|