{
  "name": "tw-stock",
  "version": "1.3.1",
  "description": "This is a search tw stock price with command",
  "main": "bin/index.js",
  "bin": {
    "tw-stock": "bin/index.js"
  },
  "files": [
    "bin",
    "build"
  ],
  "scripts": {
    "dev": "webpack --mode=development",
    "watch": "webpack --mode=development --watch",
    "build": "webpack --mode=production"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/JiaWei-Hong/tw-stock.git"
  },
  "keywords": [
    "tw-stock",
    "stock"
  ],
  "author": "Jiawei-Hong",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JiaWei-Hong/tw-stock/issues"
  },
  "homepage": "https://github.com/JiaWei-Hong/tw-stock#readme",
  "dependencies": {
    "asciichart": "^1.5.25",
    "commander": "^9.3.0",
    "date-fns": "^2.29.3",
    "enquirer": "^2.3.6",
    "table": "^6.8.1",
    "webpack-build-notifier": "^2.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.18.5",
    "@babel/eslint-parser": "^7.17.0",
    "@babel/preset-env": "^7.18.2",
    "@babel/register": "^7.17.7",
    "@types/asciichart": "^1.5.6",
    "@types/node": "^18.0.0",
    "@typescript-eslint/parser": "^5.29.0",
    "axios": "^0.26.0",
    "babel-loader": "^8.2.5",
    "cheerio": "^1.0.0-rc.10",
    "cli-select": "^1.1.2",
    "eslint": "^8.9.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-simple-import-sort": "^8.0.0",
    "fs": "^0.0.1-security",
    "iconv-lite": "^0.6.3",
    "path": "^0.12.7",
    "prettier": "^2.5.1",
    "ts-loader": "^9.3.1",
    "typescript": "^4.7.4",
    "webpack": "^5.68.0",
    "webpack-cli": "^4.9.2"
  }
}
