{
  "name": "@scarf/scarf-mcp",
  "version": "0.1.2-test.0",
  "type": "module",
  "main": "build/index.js",
  "bin": "./build/index.js",
  "scripts": {
    "build": "tsc",
    "dev": "node --experimental-strip-types --no-warnings src/index.ts",
    "start": "node build/index.js",
    "prepublishOnly": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "biome lint",
    "lint:fix": "biome lint --write",
    "format": "prettier --write .",
    "typecheck": "tsc --noEmit"
  },
  "description": "Model Context Protocol server for Scarf API",
  "author": "Scarf",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scarf-sh/scarf-mcp.git"
  },
  "files": [
    "build/**/*",
    "LICENSE"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.17.0",
    "@scarf/scarf": "^1.4.0",
    "@types/express": "^5.0.3",
    "@types/node": "^24.1.0",
    "dotenv": "^16.0.3",
    "express": "^5.1.0",
    "prettier": "^3.6.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4"
  },
  "publishConfig": {
    "access": "public"
  }
}
