package.json•1.09 kB
{
"name": "spec-coding-mcp",
"version": "1.0.1",
"description": "MCP server for AI-powered IDE to follow spec-driven development",
"main": "dist/index.js",
"type": "module",
"bin": {
"spec-coding-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"spec-driven",
"workflow",
"ai",
"development",
"requirements",
"design",
"tasks"
],
"author": "kevinlin",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kevinlin/spec-coding-mcp.git"
},
"homepage": "https://github.com/kevinlin/spec-coding-mcp#readme",
"bugs": {
"url": "https://github.com/kevinlin/spec-coding-mcp/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.0",
"nanoid": "^5.1.5"
},
"devDependencies": {
"@types/node": "^22.13.10",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
},
"engines": {
"node": ">=18.0.0"
}
}