{
  "name": "twse",
  "version": "1.3.1",
  "main": "dist/index.js",
  "license": "MIT",
  "description": "twse data fetcher",
  "keywords": [
    "stocks",
    "twse"
  ],
  "bugs": "https://github.com/kaddopur/twse/issues",
  "author": "Jason C. Huang <chaoju.huang@gmail.com> (http://chaojuhuang.com/)",
  "contributors": [],
  "repository": "https://github.com/kaddopur/twse.git",
  "homepage": "https://yarn.pm/twse",
  "engines": {
    "node": ">= 6.x"
  },
  "scripts": {
    "prepublish": "npm run build",
    "build": "babel src -d dist --ignore **/__tests__"
  },
  "dependencies": {
    "@babel/polyfill": "^7.0.0-beta.39",
    "axios": "^0.17.1",
    "rxjs": "^5.5.6"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0-beta.39",
    "@babel/core": "^7.0.0-beta.39",
    "@babel/preset-env": "^7.0.0-beta.39",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0"
  }
}
