{ "name": "quicken-mac-mcp", "version": "1.6.0", "mcpName": "io.github.dweekly/quicken-mac-mcp", "description": "MCP server providing read-only access to Quicken For Mac financial data via Claude", "type": "module", "license": "MIT", "author": "David Weekly", "repository": { "type": "git", "url": "git+https://github.com/dweekly/quicken-mac-mcp.git" }, "homepage": "https://github.com/dweekly/quicken-mac-mcp#readme", "engines": { "node": ">=22" }, "keywords": [ "quicken", "mcp", "model-context-protocol", "claude", "finance", "sqlite", "read-only" ], "bin": { "qmac": "dist/index.js", "quicken-mac-mcp": "dist/index.js" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/" ], "scripts": { "build": "tsc", "pretest": "node scripts/report-live-test-status.mjs", "version": "node scripts/sync-versions.mjs && git add manifest.json server.json plugin/.claude-plugin/plugin.json", "sync:versions": "node scripts/sync-versions.mjs", "prepublishOnly": "npm run build", "start": "node dist/index.js", "dev": "tsx src/index.ts", "lint": "eslint src/", "format": "prettier --write 'src/**/*.ts'", "format:check": "prettier --check 'src/**/*.ts'", "test": "vitest run", "test:watch": "vitest", "check:docs": "vitest run src/__tests__/docs.test.ts", "pack:mcpb": "./scripts/pack-mcpb.sh" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "better-sqlite3": "^12.11.1" }, "devDependencies": { "@anthropic-ai/mcpb": "^2.1.2", "@emnapi/core": "^1.11.3", "@emnapi/runtime": "^1.11.3", "@eslint/js": "^10.0.1", "@types/better-sqlite3": "^7.6.13", "@types/node": "^22.20.1", "eslint": "^10.8.1", "prettier": "^3.9.6", "tsx": "^4.23.12", "typescript": "^6.0.3", "typescript-eslint": "^8.67.0", "vitest": "^4.1.10" }, "overrides": { "tmp": "^0.2.7" } }