{
  "name": "@epochcore/quantum-hdr-watermark",
  "version": "1.2.0",
  "description": "Unforgeable Three.js watermarking with quantum coherence verification (0.999999)",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsup src/index.ts --format cjs,esm --dts --clean --external three",
    "test": "vitest run",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "watermark",
    "three.js",
    "hdr",
    "quantum",
    "ultrahdr",
    "protection",
    "ip",
    "verification",
    "epochcore"
  ],
  "author": "John Vincent Ryan <john@epochcore.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/epochcore/quantum-hdr-watermark"
  },
  "peerDependencies": {
    "three": ">=0.150.0",
    "@epochcore/qaas-sdk": ">=1.2.0"
  },
  "peerDependenciesMeta": {
    "@epochcore/qaas-sdk": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "@types/three": "^0.182.0",
    "tsup": "^8.0.0",
    "typescript": "^5.0.0",
    "vitest": "^1.0.0"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  }
}
