UNPKG

prebuild-webpack-plugin

Version:
48 lines (47 loc) 1.06 kB
{ "name": "prebuild-webpack-plugin", "version": "1.1.1", "description": "Process files before starting your webpack build", "contributors": [ "Kevin Pruett", "Jeff Escalante" ], "main": "index.js", "engines": { "node": ">=8.9.0" }, "license": "MPL-2.0", "dependencies": { "debug": "^4.1.1", "glob": "^7.1.5", "minimatch": "^3.0.4" }, "devDependencies": { "@babel/core": "^7.6.4", "@babel/preset-env": "^7.6.3", "babel-jest": "^24.9.0", "fs-extra": "^8.1.0", "jest": "^24.9.0", "webpack": "^4.41.2", "webpack-cli": "^3.3.9", "webpack-merge": "^4.2.2" }, "scripts": { "test": "jest", "release": "np" }, "repository": { "type": "git", "url": "git+https://github.com/hashicorp/prebuild-webpack-plugin.git" }, "keywords": [ "webpack", "prebuild", "build", "watch" ], "bugs": { "url": "https://github.com/hashicorp/prebuild-webpack-plugin/issues" }, "homepage": "https://github.com/hashicorp/prebuild-webpack-plugin#readme" }