package.json•685 B
{
"name": "alpaca-mcp",
"version": "1.0.2",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"alpaca-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "npx tsx index.ts",
"test": "vitest run"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.1",
"debug": "^4.4.0",
"dotenv": "^16.0.0",
"limiter": "^1.1.5",
"node-fetch": "^3.3.0",
"typescript": "^5.8.3",
"zod": "^3.23.0"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^22.14.1",
"tsx": "^3.12.7",
"vitest": "^3.1.1"
}
}