{
  "name": "@easy-webpack/config-env-production",
  "description": "Easy Webpack configuration function for env-production",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "test": "TS_NODE_FAST=true TS_NODE_NO_PROJECT=true ava",
    "build": "rimraf dist && tsc -p .",
    "semantic-release": "npm run build && semantic-release pre && npm publish --access=public && semantic-release post",
    "postpublish": "greenkeeper-postpublish"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/easy-webpack/config-env-production.git"
  },
  "keywords": [
    "env-production",
    "webpack",
    "easy",
    "configurator",
    "configuration",
    "config",
    "simple"
  ],
  "author": "Bazyli Brzóska <bazyli.brzoska@gmail.com> (https://invent.life)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/easy-webpack/config-env-production/issues"
  },
  "homepage": "https://github.com/easy-webpack/config-env-production#readme",
  "devDependencies": {
    "@types/debug": "0.0.29",
    "@types/lodash": "^4.14.38",
    "@types/node": "^6.0.46",
    "@types/source-map": "^0.1.29",
    "@types/webpack": "^1.12.35",
    "ava": "^0.16.0",
    "greenkeeper-postpublish": "^1.0.1",
    "rimraf": "^2.5.4",
    "semantic-release": "^4.3.5",
    "ts-node": "^1.6.1",
    "tslint": "^3.15.1",
    "tslint-config-standard": "^1.5.0",
    "typescript": "^2.0.6"
  },
  "dependencies": {
    "webpack-md5-hash": "0.0.5"
  },
  "peerDependencies": {
    "@easy-webpack/core": "*"
  },
  "ava": {
    "files": [
      "test/**/*.{ts,js}"
    ],
    "tap": false,
    "require": [
      "ts-node/register"
    ]
  },
  "version": "3.0.0"
}