{
  "name": "plurall-wait",
  "version": "1.0.9",
  "main": "dist/index.js",
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-polyfill": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-1": "^6.24.1",
    "eslint": "^4.19.1",
    "jest": "^22.4.3",
    "react-dom": "^16.3.2"
  },
  "dependencies": {
    "plurall-loading": "^1.0.13",
    "prop-types": "^15.6.1",
    "react": "^16.3.2",
    "react-async-await": "^1.5.0"
  },
  "scripts": {
    "clean-dist": "rm -rf ./dist",
    "lint": "eslint src",
    "test": "LOGGER_LEVEL=info jest --coverage --watch",
    "test-debug": "LOGGER_LEVEL=info node --inspect-brk node_modules/.bin/jest --runInBand  --coverage --watch",
    "build": "yarn clean-dist && NODE_ENV=production ./node_modules/.bin/babel ./src --out-dir ./dist",
    "build:watch": "./node_modules/.bin/babel ./src -w -d ./dist"
  }
}
