{
  "name": "dy-trending",
  "version": "1.1.1",
  "author": "Shawn Rinehart <srinehart@stratacache.com>",
  "main": "dist/dynamic-yield.trending.js",
  "types": "types",
  "scripts": {
    "build": "tsc; webpack --env.development",
    "postbuild": "tscpaths -p tsconfig.json -s ./src -o ./types",
    "build:production": "tsc; webpack --env.production",
    "postbuild:production": "tscpaths -p tsconfig.json -s ./src -o ./types",
    "watch": "webpack --env.development --watch",
    "test": "ava"
  },
  "dependencies": {
    "@babel/runtime": "^7.3.4",
    "dynamic-yield-client": "1.0.0-beta.23",
    "store": "^2.0.12"
  },
  "devDependencies": {
    "@babel/core": "^7.3.3",
    "@babel/plugin-proposal-class-properties": "^7.3.3",
    "@babel/plugin-transform-runtime": "^7.3.4",
    "@babel/preset-env": "^7.3.1",
    "@babel/preset-typescript": "^7.3.3",
    "@types/store": "^2.0.1",
    "ava": "^1.2.1",
    "babel-loader": "^8.0.5",
    "fetch-mock": "^7.3.1",
    "node-fetch": "^2.3.0",
    "node-window-polyfill": "^1.0.0",
    "strata-types": "^0.13.0",
    "tscpaths": "^0.0.6",
    "typescript": "^3.3.3333",
    "webpack": "^4.29.5",
    "webpack-cli": "^3.2.3"
  }
}
