{
  "name": "@nanosession/facilitator",
  "version": "0.2.0",
  "description": "FacilitatorHandler and spent set for NanoSession x402 server",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "dependencies": {
    "blakejs": "^1.2.1",
    "debug": "^4.4.0",
    "nanocurrency": "^2.5.0",
    "@nanosession/core": "0.2.0",
    "@nanosession/rpc": "0.2.0"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/CasualSecurityInc/x402.NanoSession",
    "directory": "packages/facilitator"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest --run"
  }
}