UNPKG

@firefly-iii-mcp/core

Version:
59 lines (58 loc) 1.51 kB
{ "name": "@firefly-iii-mcp/core", "version": "1.4.0", "description": "core modules for Firefly III MCP server", "type": "module", "private": false, "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "toolgen": "npx tsx scripts/generate-tools.ts", "build": "tsc", "clean": "rimraf dist", "prebuild": "npm run clean && npm run toolgen", "prepublishOnly": "npm run build", "lint": "eslint src/**/*.ts", "test": "echo \"No tests specified\" && exit 0" }, "dependencies": { "@cfworker/json-schema": "^4.1.1", "@modelcontextprotocol/sdk": "1.12.0", "@openapi-contrib/openapi-schema-to-json-schema": "^5.1.0" }, "devDependencies": { "@apidevtools/swagger-parser": "^10.1.1", "@types/json-schema": "^7.0.15", "@types/node": "^22.15.31", "change-case": "^5.4.4", "openapi-types": "^12.1.3", "rimraf": "^5.0.10", "tsx": "^4.20.2", "typescript": "^5.8.3" }, "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", "api" ], "author": "Evans Mike", "license": "MIT", "publishConfig": { "access": "public" } }