24 lines
552 B
JSON
24 lines
552 B
JSON
{
|
|
"name": "@vben/finance-mcp-service",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "MCP service exposing Finwise Pro finance APIs",
|
|
"scripts": {
|
|
"dev": "tsx watch src/index.ts",
|
|
"start": "node dist/index.js",
|
|
"build": "tsc -p tsconfig.json",
|
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"p-queue": "^9.0.0",
|
|
"pino": "^10.1.0",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "catalog:",
|
|
"tsx": "^4.20.6",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|