{
  "name": "echarts-offline-doc-cli",
  "version": "3.0.0",
  "description": "Apache ECharts 中文离线文档生成工具。",
  "main": "index.js",
  "scripts": {
    "build": "node ./bin/echarts-offline-doc.js -b",
    "start": "npm run serve",
    "serve": "npx -y http-server ./dist -o -c-1 --cors -g",
    "local": "npx -y opener dist/index.html"
  },
  "bin": {
    "echarts-offline-doc": "./bin/echarts-offline-doc.js"
  },
  "keywords": [
    "echarts",
    "echarts-doc",
    "echarts-cli",
    "offline-doc"
  ],
  "author": "plainheart <yhen@all-my-life.cn>",
  "license": "MIT",
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^10.0.1",
    "cross-spawn": "^7.0.6",
    "download": "^8.0.0",
    "fs-extra": "^11.2.0",
    "globby": "^11.1.0",
    "spinnies": "^0.5.1"
  },
  "files": [
    "bin",
    "build",
    "config",
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/plainheart/echarts-offline-doc-cli.git"
  },
  "bugs": {
    "url": "https://github.com/plainheart/echarts-offline-doc-cli/issues"
  },
  "homepage": "https://github.com/plainheart/echarts-offline-doc-cli"
}
