{
  "name": "grumbler-scripts",
  "version": "6.0.0",
  "description": "Javascript module template.",
  "main": "index.js",
  "scripts": {
    "setup": "npm install && npm run flow-typed",
    "lint": "eslint --ext js,jsx config/ test/ *.js",
    "flow-typed": "flow-typed install",
    "flow": "flow",
    "karma": "cross-env NODE_ENV=test babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/karma start",
    "babel": "babel ./config --ignore=node_modules --ignore=./config/types.js --out-dir ./config",
    "webpack": "babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/webpack --progress",
    "test": "npm run lint && npm run flow && npm run test-babel && npm run test-webpack && npm run find-eslint-rules",
    "build": "npm run test && npm run babel && npm run webpack",
    "release": "./publish.sh",
    "release:patch": "./publish.sh patch",
    "release:minor": "./publish.sh minor",
    "release:major": "./publish.sh major",
    "clean": "rimraf dist coverage",
    "reinstall": "rimraf flow-typed && rimraf node_modules && npm install && flow-typed install",
    "debug": "cross-env NODE_ENV=debug",
    "prepublishOnly": "npm run babel",
    "postpublish": "git checkout config",
    "find-eslint-rules": "eslint-find-rules --unused --no-error ./config/.eslintrc.js",
    "test-babel": "babel --config-file ./config/.babelrc-node test/* > /dev/null && babel --config-file ./config/.babelrc-browser test/* > /dev/null",
    "test-webpack": "babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/webpack --progress",
    "check-updates": "npm-check-updates"
  },
  "browserslist": [
    "IE >= 9",
    "chrome >= 27",
    "firefox >= 30",
    "safari >= 5",
    "opera >= 23"
  ],
  "files": [
    "config",
    "declarations.js"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/krakenjs/grumbler.git"
  },
  "keywords": [
    "template"
  ],
  "licenses": [
    {
      "type": "Apache 2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
    }
  ],
  "readmeFilename": "README.md",
  "dependencies": {
    "@babel/cli": "^7",
    "@babel/core": "^7",
    "@babel/eslint-parser": "^7.16.0",
    "@babel/node": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-decorators": "^7.10.5",
    "@babel/plugin-syntax-dynamic-import": "^7",
    "@babel/plugin-syntax-object-rest-spread": "^7",
    "@babel/plugin-transform-react-jsx": "^7",
    "@babel/plugin-transform-runtime": "^7.11.0",
    "@babel/polyfill": "^7",
    "@babel/preset-env": "^7",
    "@babel/preset-flow": "^7.10.4",
    "@babel/preset-react": "^7",
    "@babel/preset-typescript": "^7.14.5",
    "@babel/register": "^7.10.5",
    "@babel/runtime": "7.12.13",
    "@typescript-eslint/eslint-plugin": "^5.2.0",
    "@typescript-eslint/parser": "^5.2.0",
    "babel-jest": "^27.3.1",
    "babel-loader": "^8.1.0",
    "babel-plugin-add-module-exports": "^1.0.0",
    "babel-plugin-flow-runtime": "^0.19.0",
    "babel-plugin-istanbul": "^6.0.0",
    "babel-plugin-react-scoped-css": "^1.0.0",
    "babel-plugin-syntax-async-functions": "^6.13.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-es2015-for-of": "^6.23.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
    "babel-plugin-transform-es3-property-literals": "^6.22.0",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "cache-loader": "^4.1.0",
    "circular-dependency-plugin": "^5.0.2",
    "cross-env": "^7.0.3",
    "css-loader": "^3.4.2",
    "eslint": "^8.1.0",
    "eslint-find-rules": "^4.0.0",
    "eslint-friendly-formatter": "^4.0.1",
    "eslint-import-resolver-typescript": "^2.5.0",
    "eslint-plugin-compat": "^3.13.0",
    "eslint-plugin-const-immutable": "^2.1.0",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-flowtype": "^8.0.3",
    "eslint-plugin-import": "~2.25.2",
    "eslint-plugin-promise": "^5.1.1",
    "eslint-plugin-react": "7.27.0",
    "eslint-plugin-security": "^1.4.0",
    "eslint-plugin-unicorn": "^38.0.1",
    "flow-bin": "0.164.0",
    "flow-runtime": "^0.17.0",
    "flow-typed": "3.6.1",
    "fs-extra": "^9.0.1",
    "hard-source-webpack-plugin": "^0.13.1",
    "imports": "^1.0.0",
    "in-publish": "^2.0.0",
    "isomorphic-style-loader": "^5.1.0",
    "istanbul-instrumenter-loader": "^3.0.0",
    "jest": "^27.3.1",
    "karma": "^6.3.8",
    "karma-chrome-launcher": "^3.1.0",
    "karma-commonjs": "^1.0.0",
    "karma-coverage": "^2.0.1",
    "karma-firefox-launcher": "^2.1.2",
    "karma-ie-launcher": "^1.0.0",
    "karma-mocha": "^2.0.1",
    "karma-safari-launcher": "^1.0.0",
    "karma-sinon-chai": "^2.0.2",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "0.0.32",
    "karma-webpack": "4.0.0-rc.3",
    "mocha": "^9.1.3",
    "node-cleanup": "^2.1.2",
    "node-sass": "^4.13.1",
    "npm-check-updates": "^12.0.2",
    "npx": "^10.2.1",
    "process-exists": "^4.0.0",
    "querystring": "^0.2.0",
    "raw-loader": "^4.0.0",
    "rimraf": "^3.0.2",
    "rmfr": "^2.0.0",
    "sass-loader": "^8.0.2",
    "scoped-css-loader": "^1.0.0",
    "semver": "^7.1.1",
    "terser-webpack-plugin": "^2.3.2",
    "text-loader": "0.0.1",
    "typescript": "^4.3.5",
    "webpack": "^4.44.1",
    "webpack-bundle-analyzer": "^3.8.0",
    "webpack-cli": "^3.3.12",
    "webpack-dev-server": "^3.1.14",
    "yargs": "^17.2.1"
  }
}
