UNPKG

webpack-livereload-plugin

Version:
44 lines (43 loc) 1.01 kB
{ "name": "webpack-livereload-plugin", "version": "3.0.2", "description": "Livereload for webpack", "main": "index.js", "scripts": { "test": "node test.js | faucet", "release": "standard-version" }, "engines": { "node": ">= 10.18.0" }, "repository": { "type": "git", "url": "git+https://github.com/statianzo/webpack-livereload-plugin.git" }, "keywords": [ "webpack", "livereload" ], "author": "Jason Staten", "license": "ISC", "bugs": { "url": "https://github.com/statianzo/webpack-livereload-plugin/issues" }, "homepage": "https://github.com/statianzo/webpack-livereload-plugin#readme", "devDependencies": { "faucet": "^0.0.1", "standard-version": "^9.1.1", "tape": "^5.2.0", "webpack": "^5.23.0", "webpack-cli": "^4.5.0" }, "dependencies": { "anymatch": "^3.1.1", "portfinder": "^1.0.17", "schema-utils": ">1.0.0", "tiny-lr": "^1.1.1" }, "peerDependencies": { "webpack": "^4.0.0 || ^5.0.0" } }