{
  "name": "univer-cli",
  "version": "0.3.2",
  "description": "Command-line tools for local Univer workbook automation.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dream-num/univer.git"
  },
  "homepage": "https://github.com/dream-num/univer#readme",
  "bugs": {
    "url": "https://github.com/dream-num/univer/issues"
  },
  "keywords": [
    "automation",
    "cli",
    "spreadsheet",
    "univer",
    "univer-cli",
    "workbook",
    "xlsx"
  ],
  "type": "module",
  "bin": {
    "univer": "./bin/univer.js",
    "univer-lite": "./bin/univer-lite.js",
    "univer-sac": "./bin/univer-sac.js"
  },
  "scripts": {
    "postinstall": "node ./internal/product-telemetry.js postinstall"
  },
  "files": [
    "bin",
    "internal",
    "chunks",
    "api-index.json",
    "lookup-knowledge",
    "skills",
    "skill-data",
    "inspect-tools",
    "sac-help",
    "sac-types",
    "view",
    "render-runtime",
    "README.md"
  ],
  "dependencies": {
    "@puppeteer/browsers": "^3.0.6",
    "@tabler/icons": "^3.44.0",
    "@univerjs-pro/doc-typst-native-binding": "1.0.0-insiders.20260710-effe993",
    "@univerjs-pro/engine-formula-rust-binding": "1.0.0-insiders.20260703-c9ab378",
    "@univerjs-pro/uexcli": "0.3.0-alpha.0",
    "libsql": "^0.5.29",
    "puppeteer-core": "^25.3.0",
    "typescript": "^6.0.3"
  },
  "private": false,
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
