{ "name": "gstack-codex", "version": "0.2.6", "description": "Make Codex easy, deep, and fast with Garry Tan's gstack workflow.", "keywords": [ "codex", "openai", "gstack", "ai-agents", "coding-agent", "agent-workflow", "agents-md", "developer-tools" ], "homepage": "https://github.com/phd-peter/gstack-codex#readme", "bugs": { "url": "https://github.com/phd-peter/gstack-codex/issues" }, "repository": { "type": "git", "url": "git+https://github.com/phd-peter/gstack-codex.git" }, "type": "module", "bin": { "gstack-codex": "bin/gstack-codex.js" }, "files": [ "README.md", "docs", "bin", "src", "bundle/current" ], "scripts": { "bootstrap:upstream": "node ./scripts/bootstrap-upstream-gstack.mjs", "build:bundle": "node ./scripts/build-release-artifacts.mjs", "build:release": "node ./scripts/build-release-artifacts.mjs", "pack:release": "node ./scripts/pack-release.mjs", "check:release": "node ./scripts/check-release-compatibility.mjs --require-tarball", "report:upstream": "node ./scripts/report-upstream-diff.mjs", "prepack": "node ./scripts/build-release-artifacts.mjs", "version:patch": "node ./scripts/bump-package-version.mjs --patch", "sync:upstream": "node ./scripts/sync-upstream.mjs --write", "test": "bun test", "init:global": "node ./bin/gstack-codex.js init --global", "init:project": "node ./bin/gstack-codex.js init --project" }, "engines": { "node": ">=18.17.0", "bun": ">=1.0.0" }, "license": "MIT" }