{
"name": "mcp-lta",
"version": "1.0.0",
"description": "Model Context Protocol server for LTA DataMall API",
"type": "module",
"bin": {
"mcp-lta": "./dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"postbuild": "shx test -e dist/*.js && shx chmod +x dist/*.js || true",
"prepare": "npm run build",
"watch": "tsc --watch",
"start": "node dist/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "0.5.0",
"axios": "^1.6.0",
"dotenv": "^16.3.1",
"zod-to-json-schema": "^3.23.5"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20.11.0",
"jest": "^29.7.0",
"shx": "^0.3.4",
"ts-jest": "^29.2.5",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18"
}
}