purchase-mcp-server
Version:
45 lines (44 loc) • 1.02 kB
JSON
{
"name": "purchase-mcp-server",
"version": "1.0.32",
"main": "build/index.js",
"type": "module",
"bin": {
"purchase-mcp-server": "./build/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/syia-ai/purchase_mcp_server"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"scripts": {
"build": "tsc && chmod 755 build/index.js",
"start": "node build/index.js",
"test": "npx tsx test/test-runner.ts",
"test:mcp": "npm run build && npx tsx test/mcp-test-runner.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.18.1",
"mongodb": "^6.17.0",
"typesense": "^2.0.3",
"zod": "^3.24.1",
"json-schema-traverse": "^1.0.0",
"dotenv": "^16.4.7"
},
"devDependencies": {
"@types/node": "^24.6.2",
"js-yaml": "^4.1.0",
"tsx": "^4.19.2",
"typescript": "^5.9.3"
},
"files": [
"build"
]
}