{
  "name": "@hanzo/plans",
  "version": "1.8.3",
  "description": "Canonical Hanzo plan and pricing definitions \u2014 single source of truth",
  "type": "module",
  "main": "index.mjs",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.mjs"
    },
    "./entitlements.mjs": "./entitlements.mjs",
    "./plans.json": "./plans.json",
    "./subscription.json": "./subscription.json",
    "./blockchain.json": "./blockchain.json",
    "./dns.json": "./dns.json",
    "./services.json": "./services.json",
    "./gpu.json": "./gpu.json",
    "./regions.json": "./regions.json",
    "./seats.json": "./seats.json",
    "./storage.json": "./storage.json",
    "./tools.json": "./tools.json",
    "./pricing-policy.json": "./pricing-policy.json",
    "./entitlements.schema.json": "./entitlements.schema.json",
    "./plan.schema.json": "./plan.schema.json",
    "./goja/bundle.js": "./goja/bundle.js"
  },
  "files": [
    "index.mjs",
    "index.d.ts",
    "entitlements.mjs",
    "goja/bundle.js",
    "*.json",
    "README.md"
  ],
  "scripts": {
    "test": "node test/entitlements.test.mjs && node test/bundle.test.mjs && node test/credit-copy.test.mjs && node test/windows.test.mjs && node test/seats.test.mjs"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hanzoai/plans.git"
  },
  "license": "Apache-2.0",
  "keywords": [
    "hanzo",
    "plans",
    "pricing",
    "subscription",
    "billing"
  ],
  "types": "./index.d.ts"
}
