{
  "name": "jeo-code",
  "version": "0.9.17",
  "description": "Clean, highly optimized AI coding agent using spec-first loop",
  "type": "module",
  "main": "src/cli.ts",
  "bin": {
    "jeo": "src/cli.ts"
  },
  "files": [
    "src",
    "scripts/install.sh",
    "scripts/uninstall.sh",
    "tsconfig.json",
    "CHANGELOG.md",
    "README.md",
    "README.ko.md",
    "README.ja.md",
    "README.zh.md"
  ],
  "engines": {
    "bun": ">=1.3.14"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/akillness/jeo-code.git"
  },
  "homepage": "https://github.com/akillness/jeo-code#readme",
  "bugs": {
    "url": "https://github.com/akillness/jeo-code/issues"
  },
  "keywords": [
    "ai",
    "coding-agent",
    "bun",
    "cli",
    "spec-first",
    "jeo"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "license": "MIT",
  "scripts": {
    "start": "bun src/cli.ts",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "build": "bun build src/cli.ts --compile --keep-names --external chromium-bidi --no-compile-autoload-dotenv --outfile dist/jeo",
    "build:binaries": "bun scripts/ci-release-build-binaries.ts",
    "build:win": "bun scripts/ci-release-build-binaries.ts --targets win32-x64",
    "pack:check": "bun scripts/check-package.ts",
    "publish:npm": "npm publish --access public --registry https://registry.npmjs.org/",
    "changelog:sync": "bun scripts/sync-changelog.ts",
    "test": "bun test",
    "verify:browser": "bun scripts/verify-browser.ts",
    "verify:tmux": "bash scripts/tmux-verify.sh",
    "dev:link": "bun scripts/dev-link.ts link",
    "dev:doctor": "bun scripts/dev-link.ts doctor"
  },
  "dependencies": {
    "zod": "^3.24.1",
    "chalk": "^5.3.0",
    "js-tiktoken": "^1.0.21",
    "typescript": "^5.6.3",
    "playwright": "^1.61.0"
  },
  "devDependencies": {
    "@types/bun": "^1.1.14",
    "ws": "^8.21.0"
  },
  "packageManager": "pnpm@10.33.4+sha512.1c67b3b359b2d408119ba1ed289f34b8fc3c6873412bec6fd264fbdc82489e510fcbecb9ce9d22dae7f3b76269d8441046014bdca53b9979cd7a561ad631b800"
}
