{
  "name": "@jamie-tam/forge",
  "version": "6.3.0",
  "description": "AI Development Life Cycle — structured AI-assisted development with quality gates, feature manifests, and agent coordination",
  "type": "module",
  "bin": {
    "forge": "./dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "pretest": "tsc",
    "test": "node --test dist/__tests__/*.test.js",
    "prepublishOnly": "tsc"
  },
  "files": [
    "dist/",
    "agents/",
    "commands/",
    "skills/",
    "hooks/",
    "rules/",
    "references/",
    "protocols/",
    "templates/"
  ],
  "keywords": [
    "claude-code",
    "sdlc",
    "tdd",
    "code-review",
    "quality-gates",
    "ai-agents",
    "feature-tracking"
  ],
  "author": "aideas-jamie-tam",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/lps-ai/forge"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "js-yaml": "^4.1.1"
  }
}
