UNPKG

module-replace-webpack-plugin

Version:

Replace any imported file/module using a simple webpack plugin

44 lines (43 loc) 1.32 kB
{ "name": "module-replace-webpack-plugin", "version": "0.0.12", "description": "Replace any imported file/module using a simple webpack plugin", "author": "Yatin Gera <yatin.gera5@gmail.com> (https://github.com/nerdchacha)", "main": "dist/index.js", "keywords": [ "webpack", "plugin", "replace", "module-replace-webpack-plugin" ], "engines": { "node": ">=7.4.2" }, "scripts": { "start": "npm run build -- -w", "build": "cross-env NODE_ENV=production babel src -d dist", "clean": "del-cli dist", "lint": "eslint --cache src", "lint-staged": "lint-staged", "prebuild": "npm run clean", "prepublish": "npm run build", "test": "cross-env NODE_ENV=test mocha --require babel-core/register" }, "license": "MIT", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.6.1", "chai": "^4.1.2", "cross-env": "^5.1.3", "del-cli": "^1.1.0", "eslint-config-webpack": "^1.2.5", "eslint-plugin-import": "^2.9.0", "eslint": "^4.18.2", "mocha": "^5.0.1", "webpack": "^3.6.0" }, "bugs": "https://github.com/nerdchacha/module-replace-webpack-plugin/issues", "repository": "https://github.com/nerdchacha/module-replace-webpack-plugin.git" }