{
  "name": "@nexusclawhq/cli",
  "version": "0.3.69",
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md"
  ],
  "description": "NexusClaw CLI - 元数据管理命令行工具",
  "main": "dist/nexus-cli/src/cli.js",
  "bin": {
    "nexus": "dist/nexus-cli/src/cli.js"
  },
  "scripts": {
    "build:runtime-deps": "npm run build --workspace @nexusclaw/shared && npm run build --workspace @nexusclaw/code-authoring",
    "build": "npm run build:runtime-deps && tsc && node scripts/copy-assets.mjs && node scripts/stage-runtime-deps.mjs && node scripts/generate-build-info.mjs",
    "prepack": "npm run build",
    "prepublishOnly": "npm run build && npm test",
    "start": "ts-node --prefer-ts-exts src/cli.ts",
    "lint": "eslint \"src/**/*.ts\"",
    "test": "node --test -r ts-node/register $(find src -type f \\( -name '*.test.ts' -o -name '*.test.cjs' \\) -print)",
    "gate:command-contract": "node --test -r ts-node/register src/cli-runner.test.ts src/commands/log/tail.test.ts src/commands/org/login-web-terminal.test.ts src/commands/workforce/command-attribution.test.ts src/contracts/command-inventory.test.ts src/contracts/command-policy.registry.test.ts src/contracts/command-policy.validator.test.ts src/contracts/command-policy.exporter.test.ts src/contracts/command-contract-matrix.test.ts src/contracts/command-contract-matrix.runner.test.ts src/contracts/command-contract-matrix.generated.test.ts",
    "test:pack": "node --test -r ts-node/register src/services/ai-authoring-context-v2.pack.e2e.ts"
  },
  "dependencies": {
    "ajv": "8.18.0",
    "chalk": "^4.1.2",
    "commander": "^12.0.0",
    "fast-xml-parser": "^5.10.1",
    "js-yaml": "^4.1.1",
    "jszip": "3.10.1",
    "open": "^10.1.0",
    "ora": "^5.4.1",
    "semver": "7.8.5",
    "typescript": "5.9.3"
  },
  "engines": {
    "node": ">=18"
  },
  "license": "AGPL-3.0-only",
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.0.0",
    "@types/semver": "7.8.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.1.0"
  }
}
