{
  "name": "code-abyss",
  "version": "4.10.0",
  "description": "为 Claude Code / Codex CLI / Gemini CLI / OpenClaw 注入可切换人格、主动执行导向、6种输出风格与30个工程技能（含自我进化炼炉）。代码图谱由独立的 abyss Rust CLI 提供（github.com/telagod/abyss）",
  "keywords": [
    "claude",
    "claude-code",
    "codex",
    "cli",
    "ai",
    "assistant",
    "configuration"
  ],
  "author": "telagod",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/telagod/code-abyss.git"
  },
  "homepage": "https://github.com/telagod/code-abyss#readme",
  "bugs": {
    "url": "https://github.com/telagod/code-abyss/issues"
  },
  "bin": {
    "code-abyss": "bin/install.js"
  },
  "files": [
    "bin/",
    "config/*.json",
    "config/*.toml",
    "config/personas/index.json",
    "config/personas/_shared/",
    "config/personas/abyss.json",
    "output-styles/",
    "packs/",
    "skills/",
    "LICENSE",
    "README.md"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "test": "jest",
    "verify:skills": "node bin/verify-skills-contract.js",
    "migrate:v4": "node bin/migrate-v3-to-v4.js",
    "packs:bootstrap": "node bin/packs.js bootstrap",
    "packs:update": "node bin/packs.js update",
    "packs:check": "node bin/packs.js check",
    "packs:vendor:sync": "node bin/packs.js vendor-sync",
    "kernel:sync": "node scripts/sync-mythos.js",
    "battery:persona": "node scripts/persona-battery/run.js"
  },
  "dependencies": {
    "@inquirer/prompts": "^7.10.1"
  },
  "devDependencies": {
    "jest": "^30.2.0"
  }
}
