{
  "name": "@wooojin/forgen",
  "version": "0.5.0",
  "preferGlobal": true,
  "main": "dist/lib.js",
  "types": "./dist/lib.d.ts",
  "exports": {
    ".": {
      "types": "./dist/lib.d.ts",
      "import": "./dist/lib.js"
    },
    "./lib": {
      "types": "./dist/lib.d.ts",
      "import": "./dist/lib.js"
    },
    "./cli": {
      "types": "./dist/cli.d.ts",
      "import": "./dist/cli.js"
    }
  },
  "scripts": {
    "build": "node scripts/clean-dist.cjs clean && tsc && node scripts/copy-assets.js && node scripts/clean-dist.cjs chmod",
    "dev": "tsc --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "link": "npm run build && npm link",
    "lint": "biome lint src/",
    "lint:fix": "biome lint --write src/",
    "format": "biome format --write src/",
    "postinstall": "node scripts/postinstall.js",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build && node scripts/prepack-hooks.cjs && npm test",
    "prepack": "npm run build && node scripts/prepack-hooks.cjs"
  },
  "author": "jang-ujin",
  "license": "MIT",
  "description": "When Claude says 'done', forgen makes it prove it — turn-level self-verification + personalized rules, at $0 extra API cost.",
  "keywords": [
    "claude-code",
    "forgen",
    "personalization",
    "ai-harness",
    "workflow",
    "ai-agent",
    "forge",
    "compound-engineering"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/forgen-team/forgen.git"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "type": "module",
  "workspaces": [
    "packages/*"
  ],
  "bin": {
    "forgen": "dist/cli.js",
    "fgx": "dist/fgx.js",
    "forgen-mcp": "dist/mcp/server.js"
  },
  "files": [
    "dist/",
    "assets/",
    "skills/",
    "starter-pack/",
    "scripts/postinstall.js",
    ".claude-plugin/",
    "hooks/",
    "plugin.json",
    "README.md",
    "README.ko.md",
    "LICENSE",
    "CHANGELOG.md",
    "CONTRIBUTING.md"
  ],
  "devDependencies": {
    "@biomejs/biome": "^2.4.16",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^26.1.1",
    "@vitest/coverage-v8": "^4.1.7",
    "typescript": "^5.9.3",
    "vitest": "^4.1.7"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.28.0",
    "js-yaml": "^4.1.1",
    "jsonc-parser": "^3.3.1",
    "zod": "^4.4.3"
  },
  "peerDependencies": {
    "@anthropic-ai/claude-code": ">=2.0.0"
  },
  "peerDependenciesMeta": {
    "@anthropic-ai/claude-code": {
      "optional": true
    }
  }
}
