{
  "name": "zes-excel-exporter",
  "version": "1.0.12",
  "description": "Excel exporter for ZES",
  "main": "./dist/index.js",
  "bin": {
    "zes-excel-exporter": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "lint": "npx eslint src/",
    "test": "mocha ./dist/tests/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zhihesoft/zes-excel-exporter.git"
  },
  "keywords": [
    "zes",
    "excel",
    "exporter"
  ],
  "author": "Stanley Hou",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zhihesoft/zes-excel-exporter/issues"
  },
  "homepage": "https://github.com/zhihesoft/zes-excel-exporter#readme",
  "devDependencies": {
    "@types/chai": "^4.3.3",
    "@types/lodash": "^4.14.182",
    "@types/mocha": "^9.1.1",
    "@types/node": "^18.7.2",
    "@types/node-xlsx": "^0.21.0",
    "@types/yargs": "^17.0.11",
    "@typescript-eslint/eslint-plugin": "^5.33.0",
    "@typescript-eslint/parser": "^5.33.0",
    "chai": "^4.3.6",
    "eslint": "^8.21.0",
    "mocha": "^10.0.0"
  },
  "dependencies": {
    "fast-csv": "^4.3.6",
    "lodash": "^4.17.21",
    "log4js": "^6.6.1",
    "node-xlsx": "^0.21.0",
    "source-map-support": "^0.5.21",
    "yargs": "^17.5.1"
  }
}
