{
  "name": "sillyspec",
  "version": "3.27.5",
  "description": "SillySpec CLI — 流程状态机，让 AI 严格按步骤来",
  "icon": "logo.jpg",
  "homepage": "https://sillyspec.ppdmq.top/",
  "repository": {
    "type": "git",
    "url": "https://github.com/q512426816/sillyspec.git"
  },
  "type": "module",
  "bin": {
    "sillyspec": "bin/sillyspec.js"
  },
  "engines": {
    "node": ">=22.13.0"
  },
  "keywords": [
    "sillyspec",
    "ai",
    "claude",
    "cursor",
    "spec-driven"
  ],
  "license": "MIT",
  "scripts": {
    "test": "node test/run-tests.mjs",
    "lint": "node test/check-syntax.mjs",
    "eval:dry": "node eval/run.mjs --dry-run",
    "eval:pilot": "node eval/run.mjs --pilot"
  },
  "dependencies": {
    "@inquirer/prompts": "^7.10.1",
    "chalk": "^5.6.2",
    "chokidar": "^4.0",
    "js-yaml": "^4.3.1",
    "open": "^10.1",
    "ora": "^9.3.0",
    "ws": "^8.21.3"
  }
}
