package.json•691 B
{
"name": "mcp-booth",
"version": "1.0.0",
"description": "",
"main": "src/server.ts",
"type": "module",
"bin": {
"mcp-booth": "./build/index.js"
},
"scripts": {
"prepare": "npm run build",
"build": "tsc && chmod 755 build/index.js",
"test": "vitest"
},
"files": [
"build"
],
"keywords": [],
"author": "",
"license": "GPL-3.0",
"packageManager": "pnpm@10.4.1",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.9.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.14.1",
"typescript": "^5.8.3",
"vitest": "^3.1.1"
}
}