mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00:00
## What changed - Pin pnpm 10.34.5 across the root, dev container, CLI, TypeScript SDK, and responses API proxy packages. - Scope the allowed build for `@modelcontextprotocol/conformance` to its pinned GitHub tarball and refresh its lockfile resolution metadata. GitOrigin-RevId: 28e385f8f07bd064888f763b16aa3c902e66c5f1
23 lines
608 B
JSON
23 lines
608 B
JSON
{
|
|
"name": "@openai/codex-responses-api-proxy",
|
|
"version": "0.0.0-dev",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"codex-responses-api-proxy": "bin/codex-responses-api-proxy.js"
|
|
},
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"vendor"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/openai/codex.git",
|
|
"directory": "codex-rs/responses-api-proxy/npm"
|
|
},
|
|
"packageManager": "pnpm@10.34.5+sha512.a4ee05f2f73658255bd6a89859c065a45c28a57daefae2c893a168ee2b73168c37b91e83e57ea67654ad03f03031746430e8bce38e362e042605fb8abc80192e"
|
|
}
|