{
  "name": "gridstamp",
  "mcpName": "com.mnemopay/gridstamp",
  "version": "1.4.0",
  "description": "Cryptographic dispute evidence for autonomous fleets. Tamper-evident spatial receipts for AV insurance, logistics proof-of-delivery, and AR anti-cheat. 91% spoof detection in stress tests at fleet scale.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "gridstamp-mcp": "dist/mcp/server.js"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./perception": {
      "import": "./dist/perception/index.js",
      "types": "./dist/perception/index.d.ts"
    },
    "./memory": {
      "import": "./dist/memory/index.js",
      "types": "./dist/memory/index.d.ts"
    },
    "./navigation": {
      "import": "./dist/navigation/index.js",
      "types": "./dist/navigation/index.d.ts"
    },
    "./verification": {
      "import": "./dist/verification/index.js",
      "types": "./dist/verification/index.d.ts"
    },
    "./antispoofing": {
      "import": "./dist/antispoofing/index.js",
      "types": "./dist/antispoofing/index.d.ts"
    },
    "./gamification": {
      "import": "./dist/gamification/index.js",
      "types": "./dist/gamification/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:bench": "vitest run --config vitest.bench.config.ts",
    "lint": "eslint src/ --ext .ts",
    "typecheck": "tsc --noEmit",
    "clean": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
    "prepublishOnly": "npm run clean && npm run build && npm run test",
    "example:agent": "tsx examples/agent-proof-of-presence.ts"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "gridstamp",
    "dispute-evidence",
    "spatial-proof",
    "proof-of-presence",
    "proof-of-delivery",
    "av-insurance",
    "robotics-insurance",
    "fleet-telematics",
    "gps-spoofing",
    "anti-cheat",
    "logistics-visibility",
    "autonomous-fleets",
    "cryptographic-receipts",
    "merkle-evidence"
  ],
  "author": "J&B Enterprise LLC <jeremiah@getbizsuite.com>",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/mnemopay/gridstamp"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@vitest/coverage-v8": "^4.1.8",
    "eslint": "^9.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.6.0",
    "vitest": "^4.1.8"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.54.0",
    "@mnemopay/sdk": "^1.12.0",
    "cbor-x": "^1.6.4",
    "merkletreejs": "^0.4.0",
    "sharp": "^0.33.0",
    "ssim.js": "^3.5.0"
  },
  "overrides": {
    "esbuild": ">=0.28.1"
  }
}
