{
  "name": "@baruchiro/actual-mcp",
  "version": "0.0.6",
  "description": "Actual Budget MCP server exposing API functionality",
  "private": false,
  "main": "build/index.js",
  "bin": {
    "actual-mcp": "build/index.js"
  },
  "files": [
    "build",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
    "watch": "tsc --watch",
    "inspector": "npx @modelcontextprotocol/inspector -e ACTUAL_SERVER_URL=$ACTUAL_SERVER_URL -e ACTUAL_PASSWORD=$ACTUAL_PASSWORD -e ACTUAL_BUDGET_SYNC_ID=$ACTUAL_BUDGET_SYNC_ID node build/index.js",
    "start": "tsx src/index.ts",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@actual-app/api": "^25.5.0",
    "@modelcontextprotocol/sdk": "^1.12.0",
    "express": "^5.1.0"
  },
  "devDependencies": {
    "@types/express": "^5.0.2",
    "@types/node": "^20.11.24",
    "dotenv": "^16.4.7",
    "tsx": "^4.19.4",
    "typescript": "^5.3.3",
    "@changesets/cli": "^2.29.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/baruchiro/actual-mcp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/baruchiro/actual-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/baruchiro/actual-mcp/issues"
  },
  "keywords": [
    "mcp",
    "actual-budget",
    "budgeting",
    "ai",
    "model-context-protocol",
    "actual"
  ],
  "author": "Baruch Odem"
}