{
  "name": "@nalvietnam/avatar-cli",
  "version": "3.16.6",
  "description": "AI harness CLI for NAL Vietnam engineering",
  "type": "module",
  "bin": {
    "avatar": "./bin/avatar.js"
  },
  "files": [
    "bin",
    "dist",
    "src/templates",
    "src/hooks",
    "README.md"
  ],
  "engines": {
    "node": ">=18.17.0"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run --passWithNoTests --exclude 'test/integration/**'",
    "test:watch": "vitest --exclude 'test/integration/**'",
    "test:e2e": "npm run build && vitest run --passWithNoTests test/integration",
    "test:all": "npm run build && vitest run --passWithNoTests",
    "lint": "biome check src test",
    "format": "biome format --write src test",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run lint && npm run typecheck && npm run build && npm run test:all",
    "postinstall": "node ./bin/postinstall.js"
  },
  "dependencies": {
    "@inquirer/prompts": "^8.5.2",
    "@napi-rs/keyring": "^1.1.0",
    "boxen": "^8.0.0",
    "chalk": "^5.3.0",
    "cli-highlight": "^2.1.11",
    "cli-table3": "^0.6.3",
    "clipboardy": "^5.3.1",
    "commander": "^15.0.0",
    "diff": "^9.0.0",
    "fast-glob": "^3.3.2",
    "open": "^11.0.0",
    "ora": "^9.4.0",
    "simple-git": "^3.22.0",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.0",
    "@types/diff": "^7.0.2",
    "@types/node": "^25.9.3",
    "@vitest/coverage-v8": "^4.1.8",
    "tsup": "^8.0.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.8"
  }
}
