@firefly-iii-mcp/local
Version:
Run Firefly III MCP server locally
61 lines (60 loc) • 1.41 kB
JSON
{
"name": "@firefly-iii-mcp/local",
"version": "1.4.0",
"description": "Run Firefly III MCP server locally",
"type": "module",
"bin": {
"firefly-iii-mcp": "dist/app.js"
},
"private": false,
"files": [
"dist",
"README.md",
"README_ZH.md"
],
"scripts": {
"build": "tsc",
"clean": "rimraf dist",
"prebuild": "npm run clean",
"postbuild": "shx test -e dist/*.js && shx chmod +x dist/*.js || true",
"start": "node dist/app.js",
"prepublishOnly": "npm run build",
"dev": "tsc --watch",
"lint": "eslint src/**/*.ts",
"test": "echo \"No tests specified\" && exit 0"
},
"dependencies": {
"@firefly-iii-mcp/core": "1.4.0",
"@modelcontextprotocol/sdk": "1.12.0",
"dotenv": "^16.5.0"
},
"engines": {
"node": ">=20"
},
"devDependencies": {
"rimraf": "^6.0.1",
"shx": "^0.4.0",
"typescript": "^5.8.3",
"@types/node": "^22.15.31"
},
"repository": {
"type": "git",
"url": "git+https://github.com/etnperlong/firefly-iii-mcp.git"
},
"homepage": "https://github.com/etnperlong/firefly-iii-mcp#readme",
"bugs": {
"url": "https://github.com/etnperlong/firefly-iii-mcp/issues"
},
"keywords": [
"firefly-iii",
"mcp",
"model-context-protocol",
"personal-finance",
"cli"
],
"author": "Evans Mike",
"license": "MIT",
"publishConfig": {
"access": "public"
}
}