{
  "name": "zest-dev",
  "version": "1.0.0",
  "description": "A lightweight, human-interactive development workflow for AI-assisted coding",
  "author": {
    "name": "nettee",
    "email": "nettee.liu@gmail.com"
  },
  "repository": "https://github.com/nettee/zest-dev",
  "license": "MIT",
  "keywords": [
    "workflow",
    "development",
    "cli",
    "ai",
    "spec"
  ],
  "main": "index.js",
  "bin": {
    "zest-dev": "./bin/zest-dev.js"
  },
  "files": [
    "bin/",
    "commands/",
    "skills/",
    "agents/",
    "lib/",
    "scripts/",
    "plugin/",
    "index.js",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "postinstall": "node scripts/ensure-plugin-symlinks.js",
    "test": "pnpm test:local",
    "test:local": "cd e2e && uv run ./run_e2e_local",
    "test:package": "cd e2e && uv run ./run_e2e_package"
  },
  "pnpm": {
    "nodeLinker": "hoisted"
  },
  "dependencies": {
    "commander": "^12.0.0",
    "js-yaml": "^4.1.0"
  }
}
