{
  "name": "@specpow/framework",
  "version": "0.8.5",
  "description": "Spec-Powered AI Development Framework - 融合 OpenSpec 规范驱动 + Superpowers 执行引擎的企业级 AI 辅助编程框架",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./sdd": {
      "types": "./dist/core/sdd-engine/index.d.ts",
      "import": "./dist/core/sdd-engine/index.js"
    },
    "./artifact-graph": {
      "types": "./dist/core/artifact-graph/index.d.ts",
      "import": "./dist/core/artifact-graph/index.js"
    },
    "./archive": {
      "types": "./dist/core/archive/index.d.ts",
      "import": "./dist/core/archive/index.js"
    },
    "./hooks": {
      "types": "./dist/core/hooks/index.d.ts",
      "import": "./dist/core/hooks/index.js"
    },
    "./memory": {
      "types": "./dist/core/memory/index.d.ts",
      "import": "./dist/core/memory/index.js"
    },
    "./channel": {
      "types": "./dist/core/channel/index.d.ts",
      "import": "./dist/core/channel/index.js"
    },
    "./workflow-state": {
      "types": "./dist/core/workflow-state.d.ts",
      "import": "./dist/core/workflow-state.js"
    },
    "./config": {
      "types": "./dist/core/config/index.d.ts",
      "import": "./dist/core/config/index.js"
    },
    "./command-generation": {
      "types": "./dist/core/command-generation/index.d.ts",
      "import": "./dist/core/command-generation/index.js"
    }
  },
  "bin": {
    "specpow": "bin/specpow.js"
  },
  "engines": {
    "node": ">=20.19.0"
  },
  "scripts": {
    "build": "node build.js",
    "dev": "tsc --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint src/ --ext .ts",
    "clean": "rimraf dist",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "ai",
    "coding",
    "spec-driven",
    "subagent-driven-development",
    "claude-code",
    "cursor",
    "copilot",
    "workflow",
    "agent",
    "skills",
    "pi-package"
  ],
  "files": [
    "dist/",
    "bin/",
    "builtin/schemas/",
    "builtin/skills/",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "author": "buchengjin",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "http://git.gj.com/ai/specpow.git"
  },
  "homepage": "http://git.gj.com/ai/specpow#readme",
  "bugs": {
    "url": "http://git.gj.com/ai/specpow/issues"
  },
  "dependencies": {
    "better-sqlite3": "^13.0.3",
    "chalk": "^5.3.0",
    "commander": "^12.1.0",
    "glob": "^10.3.10",
    "ora": "^8.0.1",
    "yaml": "^2.3.4",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^9.6.0",
    "@types/node": "^20.11.0",
    "eslint": "^8.56.0",
    "rimraf": "^5.0.5",
    "typescript": "^5.3.3",
    "vitest": "^1.2.0"
  },
  "pi": {
    "skills": [
      "./builtin/skills"
    ]
  }
}
