{
  "name": "webpack-progress-ora-plugin",
  "version": "1.5.10",
  "description": "A progress ora plugin for Webpack.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "clean": "rimraf lib && rimraf dist",
    "prepublish": "npm run clean && npm run build",
    "prepare": "npm run build",
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/s00d/webpack-progress-ora-plugin.git"
  },
  "keywords": [
    "webpack",
    "plugin",
    "progress",
    "bar",
    "ora"
  ],
  "author": "Pavel Kuzmin <Virus191288@gmail.com> (https://github.com/s00d)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/s00d/webpack-progress-ora-plugin/issues"
  },
  "homepage": "https://github.com/s00d/webpack-progress-ora-plugin#readme",
  "dependencies": {
    "chalk": "^4.1.0",
    "object.assign": "^4.1.2",
    "ora": "^5.1.0"
  },
  "peerDependencies": {
    "webpack": "^1.3.0 || ^2 || ^3 || ^4 || ^5"
  },
  "devDependencies": {
    "@types/node": "^14.14.14",
    "@types/single-line-log": "^1.1.0",
    "@types/webpack": "^4.41.25",
    "eslint": "^4.19.1",
    "mocha": "^5.2.0",
    "single-line-log": "^1.1.2",
    "webpack": "^4.8.3"
  }
}
