{
  "name": "@nurix/etna",
  "version": "0.20.24",
  "description": "Bootstrap a project with a Nurix harness — copies the harness's CLAUDE.md, skills, agents, rules, and hooks directly into the project from a bundled payload (no marketplace fetch, no network).",
  "type": "module",
  "bin": {
    "etna": "bin/etna.js"
  },
  "dependencies": {
    "@clack/prompts": "^0.11.0"
  },
  "files": [
    "bin/",
    "lib/",
    "data/",
    "README.md"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "test": "node --test 'tests/**/*.test.mjs' '../../harness/code/hooks/tests/*.test.mjs'",
    "build:data": "node scripts/build-data.js",
    "prepack": "node scripts/build-data.js",
    "validate:codex-agents": "node lib/codex/validate-codex-agents.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nurixlabs/etna.git",
    "directory": "packages/cli"
  },
  "homepage": "https://github.com/nurixlabs/etna/tree/dev/packages/cli",
  "license": "UNLICENSED",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "claude",
    "claude-code",
    "harness",
    "nurix",
    "agent",
    "plugin"
  ],
  "etnaFingerprint": "73da5d8c28fc"
}
