package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "progress-webpack-plugin",
  3. "version": "1.0.16",
  4. "description": "progress webpack plugin",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha test"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/ali322/progress-webpack-plugin.git"
  12. },
  13. "keywords": [
  14. "progress"
  15. ],
  16. "author": "alichen",
  17. "license": "MIT",
  18. "bugs": {
  19. "url": "https://github.com/ali322/progress-webpack-plugin/issues"
  20. },
  21. "homepage": "https://github.com/ali322/progress-webpack-plugin#readme",
  22. "engines": {
  23. "node": ">= 10.13.0"
  24. },
  25. "dependencies": {
  26. "chalk": "^2.1.0",
  27. "figures": "^2.0.0",
  28. "log-update": "^2.3.0"
  29. },
  30. "peerDependencies": {
  31. "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
  32. },
  33. "devDependencies": {
  34. "chai": "^4.1.2",
  35. "eslint": "^8.12.0",
  36. "eslint-config-standard": "^11.0.0",
  37. "eslint-plugin-import": "^2.9.0",
  38. "eslint-plugin-node": "^6.0.1",
  39. "eslint-plugin-promise": "^3.7.0",
  40. "eslint-plugin-standard": "^3.0.1",
  41. "mocha": "^9.2.2"
  42. }
  43. }