{
  "name": "c456-cli",
  "version": "0.10.0",
  "description": "C456 CLI - 内容录入与整理工具",
  "type": "module",
  "bin": {
    "c456": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "skills"
  ],
  "scripts": {
    "build": "node scripts/build.js",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@inquirer/prompts": "^7.10.1",
    "cfonts": "^3.3.1",
    "commander": "^12.1.0",
    "open": "^10.1.0",
    "playwright-core": "^1.50.0"
  },
  "devDependencies": {
    "esbuild": "^0.24.0"
  },
  "keywords": [
    "c456",
    "cli",
    "content",
    "intake"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=20.0.0"
  },
  "homepage": "https://github.com/xiaohui-zhangxh/c456#c456-cli",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xiaohui-zhangxh/c456.git",
    "directory": "c456-cli"
  }
}
