{
  "name": "@tetsuo-ai/agenc",
  "version": "0.6.0",
  "description": "Public AgenC CLI launcher package",
  "license": "MIT",
  "type": "module",
  "bin": {
    "agenc": "bin/agenc"
  },
  "files": [
    "bin",
    "src",
    "lib",
    "scripts",
    "generated"
  ],
  "scripts": {
    "postinstall": "node ./scripts/postinstall.mjs",
    "build:runtime-tarball": "node ./scripts/build-runtime-tarball.mjs",
    "gen:manifest": "node ./scripts/gen-manifest.mjs",
    "test": "node --test test/*.test.mjs"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@tetsuo-ai/runtime": "file:../../runtime"
  },
  "engines": {
    "node": ">=25.0.0"
  }
}
