{
  "name": "@feature-forge/cli",
  "version": "0.4.0",
  "description": "Pi extension for autonomous software engineering — structured discovery, ADR-driven design, and multi-agent implementation from idea to PR.",
  "type": "module",
  "license": "PolyForm-Noncommercial-1.0.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/misiekhardcore/feature-forge.git"
  },
  "homepage": "https://github.com/misiekhardcore/feature-forge#readme",
  "bugs": {
    "url": "https://github.com/misiekhardcore/feature-forge/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "coding-agent",
    "orchestrator",
    "autonomous",
    "software-engineering"
  ],
  "pi": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "files": [
    "dist/",
    "scripts/",
    "bin/",
    "README.md"
  ],
  "main": "dist/index.js",
  "bin": {
    "forge": "bin/forge.js"
  },
  "scripts": {
    "build": "tsup && node --input-type=module -e \"import m from './dist/index.js'; if (typeof m !== 'function') process.exit(1)\"",
    "test": "echo 'cli: tests via vitest workspace'",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "format": "prettier . --check",
    "format:fix": "prettier . --write",
    "typecheck": "tsc --noEmit",
    "typecheck:watch": "tsc --noEmit --watch",
    "test:watch": "vitest --watch",
    "test:e2e": "vitest run --root ../.. --project cli-e2e",
    "changelog": "git-cliff -o CHANGELOG.md"
  },
  "dependencies": {
    "yaml": "^2.9.0"
  },
  "devDependencies": {
    "@feature-forge/core": "*",
    "@feature-forge/debug": "*",
    "@feature-forge/eslint-config": "*",
    "@types/node": "^26.0.0",
    "tsup": "^8.0.0",
    "typebox": "*"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  }
}
