{
  "name": "@lit-protocol/flows",
  "version": "0.4.10",
  "description": "Deploy code that moves your money, governed by a policy that can refuse — scaffold a fund action with `flows init`, dry-run it against your policy with `flows deploy`, promote it to run live on Lit's TEE.",
  "type": "module",
  "bin": {
    "flows": "./dist/index.js"
  },
  "scripts": {
    "build": "node scripts/build-local-gate.mjs && tsc",
    "build:local-gate": "node scripts/build-local-gate.mjs",
    "dev": "tsc --watch",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "keywords": [
    "lit-protocol",
    "lit-actions",
    "agent",
    "trading",
    "defi",
    "policy",
    "tee",
    "flows"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/LIT-Protocol/flows"
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "dependencies": {
    "@lit-protocol/flows-policy": "^0.5.0",
    "commander": "^13.0.0",
    "ipfs-only-hash": "^4.0.0",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "esbuild": "^0.25.0",
    "typescript": "^5.7.0",
    "vitest": "^3.0.0"
  }
}
