{
  "name": "@just-every/code",
  "version": "0.6.140",
  "license": "Apache-2.0",
  "description": "Lightweight coding agent that runs in your terminal - fork of OpenAI Codex",
  "bin": {
    "coder": "bin/coder.js"
  },
  "type": "module",
  "engines": {
    "node": ">=16"
  },
  "files": [
    "bin/coder.js",
    "bin/codex.js",
    "postinstall.js",
    "scripts/preinstall.js",
    "scripts/windows-cleanup.ps1",
    "dist"
  ],
  "scripts": {
    "preinstall": "node scripts/preinstall.js",
    "postinstall": "node postinstall.js",
    "prepublishOnly": "node -e \"const fs=require('fs'),path=require('path'); const repoGit=path.join(__dirname,'..','.git'); const inCi=process.env.GITHUB_ACTIONS==='true'||process.env.CI==='true'; if(fs.existsSync(repoGit) && !inCi){ console.error('Refusing to publish from codex-cli. Publishing happens via release.yml.'); process.exit(1);} else { console.log(inCi ? 'CI publish detected.' : 'Publishing staged package...'); }\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/just-every/code.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {},
  "devDependencies": {
    "prettier": "^3.3.3"
  },
  "optionalDependencies": {
    "@just-every/code-darwin-arm64": "0.6.140",
    "@just-every/code-darwin-x64": "0.6.140",
    "@just-every/code-linux-x64-musl": "0.6.140",
    "@just-every/code-linux-arm64-musl": "0.6.140",
    "@just-every/code-win32-x64": "0.6.140"
  }
}
