UNPKG

webpack-clean

Version:

A webpack plugin to clean specified files after build

49 lines (48 loc) 1.21 kB
{ "name": "webpack-clean", "version": "1.2.5", "description": "A webpack plugin to clean specified files after build", "main": "index.js", "ava": { "require": [ "esm" ] }, "scripts": { "test": "npm run lint && ava", "test:watch": "ava --watch", "lint": "eslint . --ext .js,.json" }, "dependencies": { "file-exists": "5.0.1", "fs-extra": "9.0.0", "winston-color": "1.0.0" }, "devDependencies": { "ava": "3.6.0", "eslint": "6.8.0", "esm": "3.2.25", "eslint-config-standard": "14.1.1", "eslint-plugin-import": "2.20.2", "eslint-plugin-json": "2.1.1", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "4.2.1", "eslint-plugin-standard": "4.0.1", "rewire": "5.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/allexcd/webpack-clean.git" }, "keywords": [ "webpack", "clean", "build" ], "author": "AlexCD <alexandru.cd@gmail.com> (www.alexcd.eu)", "license": "MIT", "bugs": { "url": "https://github.com/allexcd/webpack-clean/issues" }, "homepage": "https://github.com/allexcd/webpack-clean#readme" }