{
    "name": "spec-coding-mcp-server",
    "version": "0.1.11",
    "description": "An MCP server for Spec-Driven Development - transforming feature ideas into production-ready code through systematic specification-driven workflows",
    "main": "dist/index.js",
    "type": "module",
    "bin": {
        "spec-coding-mcp-server": "./dist/index.js"
    },
    "scripts": {
        "build": "tsc",
        "dev": "tsx src/index.ts",
        "start": "node dist/index.js",
        "clean": "rm -rf dist",
        "prebuild": "npm run clean",
        "watch": "tsc --watch",
        "prepublishOnly": "npm run build"
    },
    "keywords": [
        "mcp",
        "server",
        "spec-driven-development",
        "ai",
        "development-workflow",
        "requirements",
        "design",
        "tasks"
    ],
    "author": "chaoluo",
    "license": "MIT",
    "dependencies": {
        "@modelcontextprotocol/sdk": "^1.0.0",
        "winston": "^3.11.0",
        "zod": "^3.25.76"
    },
    "devDependencies": {
        "@types/node": "^20.10.0",
        "tsx": "^4.6.0",
        "typescript": "^5.3.0"
    },
    "engines": {
        "node": ">=18.0.0"
    },
    "files": [
        "dist/**/*",
        "README.md",
        "README-i18n.md",
        "USAGE.md",
        "prompts/**/*"
    ]
}
