{
  "name": "webpackbar",
  "version": "5.0.0-3",
  "description": "Elegant ProgressBar and Profiler for Webpack",
  "repository": "nuxt-contrib/webpackbar",
  "license": "MIT",
  "main": "dist/webpackbar.js",
  "types": "dist/webpackbar.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prebuild": "yarn clean",
    "build": "siroc build",
    "clean": "rimraf dist",
    "demo": "webpack-cli --config demo/webpack.config.js",
    "lint": "eslint --ext .ts src test",
    "release": "yarn build && yarn test && standard-version && npm publish && git push --follow-tags",
    "start": "yarn build -- -w",
    "test": "yarn lint && yarn build && jest"
  },
  "dependencies": {
    "ansi-escapes": "^4.3.1",
    "chalk": "^4.1.0",
    "consola": "^2.15.0",
    "figures": "^3.2.0",
    "pretty-time": "^1.1.0",
    "std-env": "^2.2.1",
    "text-table": "^0.2.0",
    "wrap-ansi": "^7.0.0"
  },
  "devDependencies": {
    "@nuxtjs/eslint-config-typescript": "^4.0.0",
    "@types/jest": "^26.0.15",
    "@types/node": "^14.14.6",
    "codecov": "^3.8.0",
    "eslint": "^7.12.1",
    "jest": "^26.6.2",
    "jiti": "^0.1.12",
    "memory-fs": "^0.5.0",
    "rimraf": "^3.0.2",
    "siroc": "^0.4.0",
    "standard-version": "^9.0.0",
    "ts-jest": "^26.4.3",
    "typescript": "^4.0.5",
    "webpack": "^5.3.2",
    "webpack-cli": "^4.1.0"
  },
  "peerDependencies": {
    "webpack": "3 || 4 || 5"
  },
  "engines": {
    "node": ">=10"
  }
}
