{
  "name": "jarb",
  "version": "3.0.10-0",
  "description": "Reusable lint, webpack, babel and jest configuration",
  "main": "index.js",
  "author": "Patrick Tolosa",
  "license": "ISC",
  "bin": "./bin/jarb.js",
  "scripts": {
    "init": "npm install",
    "lint": "eslint --fix __tests__ lib bin",
    "start": "echo '***This module should be started, it is a dependency to other React/webpack modules***'",
    "release": "release-it",
    "test:process": "npm run copyExampleProject && tap __tests__/**/*.test.js --reporter=spec --no-timeout",
    "test:skipInstall": " tap __tests__/integrationTests/skipInstall.js --reporter=spec --no-timeout",
    "build": "npm run build:docs",
    "copyExampleProject": "rimraf ./.test && copyfiles -a -u 3 'lib/statics/exampleProject/**/*' ./.test",
    "build:docs": "rimraf ./docs/** && jsdoc -c ./jsdocs.conf.json -u ./tutorials -t ./node_modules/ink-docstrap/template -R readme.md -r ./webpack setup.js test.js -d docs"
  },
  "dependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.8.4",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-proposal-decorators": "^7.8.3",
    "@babel/plugin-proposal-do-expressions": "^7.8.3",
    "@babel/plugin-proposal-export-default-from": "^7.8.3",
    "@babel/plugin-proposal-export-namespace-from": "^7.8.3",
    "@babel/plugin-proposal-function-bind": "^7.8.3",
    "@babel/plugin-proposal-function-sent": "^7.8.3",
    "@babel/plugin-proposal-json-strings": "^7.8.3",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.8.3",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
    "@babel/plugin-proposal-numeric-separator": "^7.8.3",
    "@babel/plugin-proposal-optional-chaining": "^7.8.3",
    "@babel/plugin-proposal-pipeline-operator": "^7.8.3",
    "@babel/plugin-proposal-throw-expressions": "^7.8.3",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-import-meta": "^7.8.3",
    "@babel/plugin-transform-reserved-words": "^7.8.3",
    "@babel/preset-env": "^7.8.4",
    "@babel/preset-react": "^7.8.3",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^25.1.0",
    "babel-loader": "^8.0.6",
    "babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
    "babel-plugin-transform-es3-property-literals": "^6.22.0",
    "babel-upgrade": "1.0.1",
    "case-sensitive-paths-webpack-plugin": "^2.3.0",
    "copyfiles": "^2.2.0",
    "core-js": "^3.6.4",
    "css-loader": "3.4.2",
    "cssnano-cli": "^1.0.5",
    "enzyme": "3.11.0",
    "enzyme-adapter-react-16": "1.15.2",
    "eslint": "^6.8.0",
    "eslint-loader": "^3.0.3",
    "file-loader": "^5.1.0",
    "find-root": "^1.1.0",
    "get-port": "^5.1.1",
    "glob": "^7.1.6",
    "ink-docstrap": "^1.3.2",
    "jest": "^25.1.0",
    "jsdoc": "^3.6.3",
    "mini-css-extract-plugin": "^0.9.0",
    "minimist": "^1.2.0",
    "node-sass": "^4.13.1",
    "null-loader": "^3.0.0",
    "open": "7.0.2",
    "postcss-loader": "3.0.0",
    "release-it": "12.6.1",
    "rimraf": "^3.0.2",
    "sass-loader": "^8.0.2",
    "style-loader": "^1.1.3",
    "ts-loader": "^6.2.1",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "url-loader": "^3.0.0",
    "webpack": "4.41.6",
    "webpack-bundle-analyzer": "3.6.0",
    "webpack-dev-server": "3.10.3"
  },
  "devDependencies": {
    "expect": "25.1.0",
    "mock-fs": "^4.11.0",
    "tap": "14.10.6"
  },
  "engines": {
    "node": ">=6.x"
  }
}
