warnings-to-errors-webpack-plugin
Version:
Change every warning as error to ensure safe build
38 lines (37 loc) • 1.01 kB
JSON
{
"name": "warnings-to-errors-webpack-plugin",
"version": "2.3.0",
"description": "Change every warning as error to ensure safe build",
"main": "index.js",
"types": "typings.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/taehwanno/warnings-to-errors-webpack-plugin"
},
"author": "Taehwan Noh <taehwanno.dev@gmail.com>",
"bugs": {
"url": "https://github.com/taehwanno/warnings-to-errors-webpack-plugin/issues"
},
"homepage": "https://github.com/taehwanno/warnings-to-errors-webpack-plugin",
"keywords": [
"webpack",
"plugin",
"webpack-plugin"
],
"license": "MIT",
"scripts": {
"ncu": "ncu",
"test": "cross-env NODE_ENV=test jest",
"test:coverage": "yarn test --coverage",
"test:watch": "yarn test --watch"
},
"devDependencies": {
"cross-env": "^6.0.3",
"jest": "^24.9.0",
"npm-check-updates": "^3.1.24",
"should": "^13.2.3"
},
"peerDependencies": {
"webpack": "^2.2.0-rc || ^3 || ^4 || ^5"
}
}