{
  "name": "specsprite-mcp",
  "version": "1.0.9",
  "description": "VibeGen 需求精灵 (SpecSprite) - MCP-1 智能PRD生成服务",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "specsprite-mcp": "dist/index.js"
  },
  "scripts": {
    "build": "npm run clean && tsc && npm run copy-assets",
    "copy-assets": "mkdir -p dist/schemas dist/prompts && cp -r src/schemas/* dist/schemas/ && cp -r src/prompts/* dist/prompts/",
    "dev": "tsx watch src/index.ts",
    "start": "node dist/index.js",
    "test": "jest",
    "test:watch": "jest --watch",
    "lint": "eslint src --ext .ts",
    "clean": "rm -rf dist"
  },
  "keywords": [
    "mcp",
    "ai",
    "prd",
    "requirements",
    "context-engineering",
    "vibegen"
  ],
  "author": "VibeGen Team",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.13.3",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "@typescript-eslint/eslint-plugin": "^6.13.0",
    "@typescript-eslint/parser": "^6.13.0",
    "eslint": "^8.54.0",
    "jest": "^29.7.0",
    "@types/jest": "^29.5.8",
    "ts-jest": "^29.1.1",
    "tsx": "^4.6.0",
    "typescript": "^5.3.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vibetemplate/SpecSprite.git"
  },
  "bugs": {
    "url": "https://github.com/vibetemplate/SpecSprite/issues"
  },
  "homepage": "https://github.com/vibetemplate/SpecSprite#readme",
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ]
}
