package.jsonā¢698 B
{
"name": "buyict-mcp-server",
"version": "0.1.0",
"description": "MCP server for BuyICT procurement opportunities",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"test": "jest"
},
"keywords": [
"mcp",
"servicenow",
"procurement",
"buyict"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"axios": "^1.6.0",
"dotenv": "^16.4.0",
"tough-cookie": "^4.1.3",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/tough-cookie": "^4.0.0",
"typescript": "^5.3.0"
}
}