package.json•1.47 kB
{
"name": "@fundfluent/funding-assistant",
"version": "1.0.10",
"description": "FluentLab funding assistant mcp server",
"main": "index.js",
"type": "module",
"bin": {
"fluentlab-funding-assistant": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && chmod 755 dist/index.js && chmod 755 dist/http-server.js",
"prepare": "npm run build",
"start:watch": "nodemon -w src -e ts -x 'npm run build && node dist/index.js'",
"start:http": "node dist/http-server.js",
"start:sse": "node dist/sse.js",
"inspector": "npx -y @modelcontextprotocol/inspector",
"inspector:watch": "nodemon -w dist -e js -x 'npx -y @modelcontextprotocol/inspector'"
},
"repository": {
"type": "git",
"url": "git+ssh@github.com:fundfluent-admin/funding-assistant.git"
},
"keywords": [
"mcp",
"funding-assistant"
],
"author": "FluentLab Limited",
"license": "MIT",
"bugs": {
"url": "https://github.com/fundfluent-admin/funding-assistant/issues"
},
"homepage": "https://fundfluent.io",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.16.0",
"axios": "^1.8.3",
"express": "^4.21.2",
"neverthrow": "^8.2.0",
"node-fetch": "^3.3.2",
"zod": "^3.24.2",
"zod-to-json-schema": "^3.24.4"
},
"devDependencies": {
"@types/axios": "^0.14.4",
"@types/express": "^5.0.0",
"@types/node": "^22.13.10",
"nodemon": "^3.1.9",
"typescript": "^5.8.2"
}
}