forked from FormidableLabs/webpack-stats-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 758 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@regru/webpack-stats-plugin",
"version": "1.0.0",
"description": "Webpack stats plugin",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/regru/webpack-stats-plugin"
},
"keywords": [
"webpack"
],
"author": "shiftmailbox@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/regru/webpack-stats-plugin/issues"
},
"files": [
"lib",
"index.js"
],
"engines": {
"node": ">=10"
},
"scripts": {
"lint": "eslint ."
},
"dependencies": {},
"devDependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^8.39.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-promise": "^6.1.1"
}
}