{
  "name": "zhihua-auction-tools",
  "version": "1.3.3",
  "description": "zhihua's auction data analysis tools",
  "bin": {
    "jzh": "dist/src/bin/index.js"
  },
  "scripts": {
    "build": "tsc",
    "compile": "tsc && npm link",
    "test": "mocha --require ts-node/register tests/{,**/}*.test.ts",
    "cover": "nyc npm test"
  },
  "author": "nobody",
  "license": "ISC",
  "dependencies": {
    "axios-extra": "^0.0.6",
    "chalk": "^4.1.0",
    "cheerio": "^1.0.0-rc.12",
    "commander": "^7.0.0",
    "csv-parse": "^4.15.3",
    "csv-stringify": "^5.6.2",
    "dotenv": "^16.0.3",
    "event-stream": "^4.0.1",
    "fs": "^0.0.1-security",
    "inquirer": "^7.3.3",
    "lodash": "^4.17.21",
    "moment": "^2.29.1",
    "ora": "^5.4.0",
    "os": "^0.1.2",
    "progress": "^2.0.3"
  },
  "devDependencies": {
    "@types/chai": "^4.2.14",
    "@types/event-stream": "^3.3.34",
    "@types/inquirer": "^7.3.1",
    "@types/lodash": "^4.14.168",
    "@types/mocha": "^8.2.0",
    "@types/node": "^14.0.13",
    "@types/progress": "^2.0.3",
    "@typescript-eslint/eslint-plugin": "^3.3.0",
    "@typescript-eslint/parser": "^3.3.0",
    "chai": "^4.3.7",
    "eslint": "^7.2.0",
    "eslint-config-airbnb-typescript": "^8.0.2",
    "eslint-plugin-import": "^2.21.2",
    "mocha": "^8.2.1",
    "nyc": "^15.1.0",
    "ts-node": "^8.10.2"
  }
}