{
    "name": "protools-mcp",
    "version": "1.0.0",
    "description": "ProTools MCP - 可扩展的工具盒，封装一些实用工具。",
    "type": "module",
    "main": "dist/index.js",
    "bin": {
        "protools-mcp": "dist/index.js"
    },
    "files": [
        "dist",
        "README.md",
        "LICENSE"
    ],
    "scripts": {
        "build": "tsc",
        "dev": "npx tsx src/index.ts",
        "start": "node dist/index.js"
    },
    "keywords": [
        "mcp",
        "tools",
        "merge-files",
        "code-review",
        "ai",
        "llm"
    ],
    "author": "hotic",
    "license": "MIT",
    "dependencies": {
        "@modelcontextprotocol/sdk": "^1.0.0",
        "zod": "^3.24.0",
        "glob": "^11.0.0"
    },
    "devDependencies": {
        "@types/node": "^22.10.0",
        "tsx": "^4.19.0",
        "typescript": "^5.7.0"
    },
    "engines": {
        "node": ">=20.0.0"
    }
}