{
  "name": "code-abyss",
  "version": "4.1.0",
  "description": "为 Claude Code / Codex CLI / Gemini CLI / OpenClaw 注入可切换人格、主动执行导向、5种输出风格与24个工程技能（含自我进化炼炉）",
  "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/",
    "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"
  },
  "dependencies": {
    "@inquirer/prompts": "^7.10.1"
  },
  "devDependencies": {
    "jest": "^30.2.0"
  }
}
