{
  "name": "@unified-product-graph/cli",
  "version": "0.41.0",
  "description": "MCP server + CLI for the Unified Product Graph; drop into Claude Code or use the `upg` command.",
  "license": "MIT",
  "author": "The Product Creator <hello@theproductcreator.com>",
  "homepage": "https://unifiedproductgraph.org",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unified-product-graph/tools.git",
    "directory": "packages/cli"
  },
  "bugs": {
    "url": "https://github.com/unified-product-graph/tools/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "bin": {
    "upg": "dist/cli.cjs"
  },
  "main": "./dist/cli.cjs",
  "files": [
    "dist",
    "skills",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "node scripts/copy-skills.mjs && tsup",
    "dev": "tsx src/cli.ts",
    "postbuild": "chmod +x dist/cli.cjs",
    "prepack": "node scripts/copy-skills.mjs",
    "copy-skills": "node scripts/copy-skills.mjs",
    "type-check": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint src/",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@linear/sdk": "^5.0.0",
    "@octokit/rest": "^20.0.0",
    "@unified-product-graph/core": "0.41.0",
    "@unified-product-graph/sdk": "0.41.0",
    "chalk": "^4.1.2",
    "commander": "^13.0.0",
    "inquirer": "^12.0.0",
    "ora": "^8.0.0"
  },
  "devDependencies": {
    "@unified-product-graph/adapters": "*",
    "@unified-product-graph/mcp-server": "*",
    "tsup": "^8.0.0",
    "tsx": "^4.19.0",
    "typescript": "^5.8.0",
    "vitest": "^4.1.0"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol"
  ]
}
