package.json•528 B
{
"name": "finix-mcp",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "tsx src/server.ts",
"build": "tsc",
"dev": "tsx watch src/server.ts",
"start:built": "node dist/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.4",
"@types/node": "^24.3.0",
"tsx": "^4.20.5",
"typescript": "^5.9.2",
"zod": "^3.25.76"
}
}