{
  "name": "@lit-protocol/flows-policy",
  "version": "0.5.0",
  "description": "The Flows policy + approval engine — pure, deterministic one-gate evaluator. Two hosts: the Flows backend (pre-flight) and the CID-pinned Lit Action (authoritative seat).",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "rm -rf dist && tsc",
    "bundle": "node scripts/bundle.mjs",
    "dev": "tsc --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "prepare": "rm -rf dist && tsc"
  },
  "keywords": [
    "lit-protocol",
    "flows",
    "policy",
    "approval",
    "one-gate"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/LIT-Protocol/flows"
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@noble/curves": "^1.9.0",
    "@noble/hashes": "^1.8.0"
  },
  "devDependencies": {
    "typescript": "^5.6.0",
    "@types/node": "^22.0.0",
    "esbuild": "^0.25.0",
    "vitest": "^3.0.0"
  }
}
