UNPKG

move-assets-webpack-plugin

Version:
42 lines (41 loc) 1.03 kB
{ "name": "move-assets-webpack-plugin", "version": "1.3.2", "description": "Move assets by modifying asset's path before emit.", "homepage": "https://github.com/harrisoff/move-assets-webpack-plugin", "main": "src/index.js", "scripts": { "test": "jest" }, "keywords": [ "webpack", "plugin", "move", "@vue/cli" ], "repository": { "type": "git", "url": "https://github.com/harrisoff/move-assets-webpack-plugin.git" }, "author": "harrisoff", "license": "MIT", "devDependencies": { "codecov": "^3.7.2", "copy-webpack-plugin": "^6.1.0", "eslint": "^7.8.1", "eslint-config-airbnb-base": "^14.2.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jest": "^24.0.0", "html-webpack-plugin": "^4.4.1", "jest": "^26.4.2", "temp-sandbox": "^4.0.1", "webpack": "^4.44.1" }, "dependencies": { "fs-extra": "^9.0.1", "schema-utils": "^2.7.1" }, "peerDependencies": { "webpack": "*" } }