{
  "name": "ohlc",
  "version": "2.0.4",
  "scripts": {
    "test": "ava",
    "build": "npm run compile_webpack_config&& webpack --mode production &&nyc ava",
    "compile_test": "coffee -o ./test/ -cw coffee/test/*.coffee",
    "compile_webpack_config": "coffee -o ./ -c coffee/*.coffee",
    "watch": "webpack --watch --mode development &ava -w&npm run compile_test",
    "cover": "nyc ava",
    "report": "nyc report --reporter=html",
    "update:snap": "ava --update-snapshots"
  },
  "keywords": [
    "ohlc",
    "stock",
    "chart",
    "analysis"
  ],
  "dependencies": {
    "lodash": "^4.17.11",
    "moment": "^2.22.2"
  },
  "devDependencies": {
    "@babel/core": "^7.1.2",
    "@babel/preset-env": "^7.1.0",
    "ava": "^0.25.0",
    "babel-loader": "^8.0.4",
    "babel-polyfill": "^6.26.0",
    "coffee-loader": "^0.9.0",
    "coffeescript": "^2.2.3",
    "nyc": "^13.0.1",
    "source-map-support": "^0.5.9",
    "webpack": "^4.20.2",
    "webpack-cli": "^3.1.1"
  },
  "files": [
    "LICENSE.txt",
    "dist"
  ],
  "ava": {
    "files": [
      "test/*.js"
    ],
    "source": [
      "**/*.js"
    ],
    "failFast": false,
    "serial": false,
    "tap": false,
    "verbose": true,
    "color": true,
    "watch": false
  },
  "main": "dist/ohlc.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/mick-whats/ohlc-node"
  },
  "bugs": {
    "url": "https://github.com/mick-whats/ohlc-node/issues"
  },
  "engines": {
    "node": ">=6.14.4"
  },
  "license": "MIT",
  "author": "mick-whats"
}
