package.json•639 B
{
"name": "mcp-tradesation",
"type": "module",
"version": "1.0.0",
"description": "gen ai tool trading platform",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && chmod 755 build/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.1",
"axios": "^1.8.4",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@types/node": "^22.14.1",
"typescript": "^5.8.3"
},
"bin": {
"mcp_tradestation": "./build/index.js"
}
}