{
  "name": "nikou-cli",
  "version": "0.1.82",
  "description": "Install Agent Skills and MCP servers, and run distributed AI hook workers.",
  "type": "module",
  "bin": {
    "nikou-cli": "dist/index.js",
    "ai-hook": "dist/ai-hook.js",
    "nikou-job": "dist/nikou-job.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup src/index.ts src/ai-hook.ts src/nikou-job.ts --format esm --dts --clean && npm run protect:dist",
    "protect:dist": "node scripts/obfuscate-dist.mjs",
    "dist:check": "node scripts/check-dist-protection.mjs",
    "dev": "tsup src/index.ts --format esm --watch",
    "test": "tsx --test test/**/*.test.ts",
    "privacy-scan": "node scripts/privacy-scan.mjs",
    "pack:check": "npm pack --dry-run --json --registry=https://registry.npmjs.org/",
    "prepublishOnly": "npm run build && npm test && npm run dist:check && npm run privacy-scan && npm run pack:check"
  },
  "dependencies": {
    "@larksuiteoapi/node-sdk": "^1.59.0",
    "better-sqlite3": "12.10.0",
    "chalk": "^5.4.1",
    "commander": "^13.1.0",
    "croner": "^10.0.1",
    "gray-matter": "^4.0.3",
    "mysql2": "^3.16.0",
    "open": "^11.0.0",
    "ora": "^8.2.0",
    "tar": "^7.4.3",
    "ws": "^8.20.0"
  },
  "devDependencies": {
    "@types/node": "^22.13.5",
    "@types/ws": "^8.18.1",
    "javascript-obfuscator": "^5.4.7",
    "tsup": "^8.4.0",
    "tsx": "^4.20.6",
    "typescript": "^5.7.3"
  },
  "overrides": {
    "axios": "^1.18.1",
    "esbuild": "^0.28.1",
    "brace-expansion": "5.0.9",
    "undici": "6.28.0"
  },
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "agent",
    "skills",
    "cli",
    "mcp",
    "prompt",
    "ai-hook",
    "codex",
    "claude",
    "kiro",
    "gemini"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VangelisHaha/nikou-cli.git"
  },
  "bugs": {
    "url": "https://github.com/VangelisHaha/nikou-cli/issues"
  },
  "homepage": "https://github.com/VangelisHaha/nikou-cli#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
