{
  "name": "navid-workflow",
  "version": "0.1.21",
  "description": "Portable npm-first installer and verifier for the nAvid video workflow across Codex and Antigravity runtimes.",
  "license": "MIT",
  "private": false,
  "type": "commonjs",
  "bin": {
    "navid-workflow": "bin/navid-workflow.js",
    "navid-template": "bin/navid-template.js"
  },
  "files": [
    "bin/",
    "lib/",
    "payload/",
    "README.md",
    "LICENSE",
    "THIRD_PARTY_NOTICES.md",
    "third-party/"
  ],
  "scripts": {
    "sync": "node lib/sync.js",
    "test": "node --test test/*.test.js",
    "pack:audit": "npm run sync && node bin/navid-workflow.js audit-payload --json && npm pack --dry-run --json",
    "acceptance": "node test/clean-install-acceptance.js",
    "ship": "npm run sync && npm publish --access public"
  },
  "engines": {
    "node": ">=20.11.0",
    "npm": ">=10.0.0"
  },
  "dependencies": {
    "hyperframes": "^0.6.42"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "navid",
    "codex",
    "antigravity",
    "antigravity-cli",
    "video-workflow",
    "hyperframes"
  ]
}
