{
  "name": "@spaik/mcp-server-roi",
  "version": "1.3.1",
  "description": "MCP server for AI ROI prediction and tracking with Monte Carlo simulations",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "mcp-server-roi": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx watch src/index.ts",
    "start": "node dist/index.js",
    "clean": "rm -rf dist",
    "lint": "tsc --noEmit",
    "test": "jest",
    "test:unit": "jest tests/unit",
    "test:integration": "jest tests/integration",
    "test:coverage": "jest --coverage",
    "test:db": "tsx scripts/test-database.ts",
    "test:apis": "tsx scripts/test-apis.ts",
    "test:workers": "jest tests/unit/workers",
    "validate-config": "tsx scripts/validate-config.ts",
    "apply-db-functions": "tsx scripts/apply-database-functions.ts",
    "watch": "tsc --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SPAIK-io/mcp-server-roi.git"
  },
  "keywords": [
    "mcp",
    "roi",
    "ai",
    "prediction"
  ],
  "author": "SPAIK <hello@spaik.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SPAIK-io/mcp-server-roi/issues"
  },
  "homepage": "https://github.com/SPAIK-io/mcp-server-roi#readme",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.3",
    "@supabase/supabase-js": "^2.50.0",
    "dotenv": "^16.5.0",
    "piscina": "^5.1.0",
    "uuid": "^11.1.0",
    "zod": "^3.25.64",
    "zod-to-json-schema": "^3.24.1"
  },
  "devDependencies": {
    "@types/node": "^24.0.1",
    "@types/uuid": "^10.0.0",
    "@types/jest": "^29.5.12",
    "@jest/globals": "^29.7.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "tsx": "^4.20.3",
    "typescript": "^5.8.3"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "files": [
    "dist",
    "database",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "USE_CASES.md",
    "API_REFERENCE.md",
    "FEATURES.md",
    "PROMPT_ENGINEERING.md",
    "DEPLOYMENT.md",
    "Dockerfile",
    "healthcheck.js"
  ]
}
