{
  "name": "<%= moduleName %>",
  "version": "0.1.0",
  "description": "<%= desc %>",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npm run clean && cross-env NODE_ENV=production webpack",
    "build:watch": "npm run clean && cross-env NODE_ENV=production webpack --watch",
    "clean": "rimraf dist",
    "test": "npm run lint && jest --coverage",
    "test:watch": "jest --watchAll",
    "lint": "standard && npm run lint:free",
    "lint:free": "echo Such style. Much class. Wow."
  },
  "author": "iVantage",
  "license": "UNLICENSED",
  "jest": {
    "moduleNameMapper": {
      "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/package.json",
      "\\.<% if(includeScss) { %>s?<% } %>css$": "<rootDir>/package.json"
    }
  },
  "dependencies": {
    "prop-types": "15.5.10"
  },
  "peerDependencies": {
    "react": "15.6.2"
  },
  "devDependencies": {
    "autoprefixer": "7.1.2",
    "babel-core": "6.25.0",
    "babel-eslint": "7.2.3",
    "babel-loader": "7.1.1",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
    "babel-preset-react-app": "3.0.2",
    "cross-env": "5.0.5",
    "css-loader": "0.28.4",
    "enzyme": "2.9.1",
    "file-loader": "0.11.2",
    "jest": "20.0.3",<% if(includeScss) { %>
    "node-sass": "^4.5.3",<% } %>
    "postcss-loader": "2.0.6",
    "react": "15.6.2",
    "react-dom": "15.6.2",
    "react-test-renderer": "15.6.2",
    "rimraf": "^2.6.1",<% if(includeScss) { %>
    "sass-loader": "^6.0.6",<% } %>
    "standard": "10.0.3",
    "style-loader": "0.18.2",
    "webpack": "3.5.1"
    },
    "standard": {
      "ignore": [
        "dist"
      ],
      "parser": "babel-eslint"
    }
}
