{
  "name": "helixlife-service-cli",
  "version": "0.1.9",
  "type": "module",
  "description": "helixlife 网站后台命令行工具",
  "bin": {
    "helixlife": "./cli/bin/helixlife.js"
  },
  "main": "./cli/dist/index.js",
  "types": "./cli/dist/index.d.ts",
  "files": [
    "cli/bin",
    "cli/dist"
  ],
  "scripts": {
    "build": "tsc -p cli/tsconfig.json",
    "dev": "node --import tsx cli/src/index.ts",
    "typecheck": "tsc -p cli/tsconfig.json --noEmit",
    "test": "tsx --test cli/tests/sci-precheck-cache.test.ts",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@resvg/resvg-js": "^2.6.2",
    "commander": "^13.0.0",
    "docx": "^9.7.1",
    "pdf-lib": "^1.17.1",
    "xlsx": "^0.18.5"
  },
  "devDependencies": {
    "@types/node": "^22.10.0",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0"
  },
  "engines": {
    "node": ">=18"
  }
}
