-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 932 Bytes
/
package.json
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
37
38
39
40
{
"name": "dependency-checker-webpack-plugin",
"version": "1.0.7",
"description": "Dependency Checker Webpack Plugin",
"main": "./lib/index.js",
"types": "./lib/typings.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "npx eslint ./lib --ext .js,.ts",
"lint:fix": "npx eslint ./lib --ext .js,.ts --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/avs-doom/dependency-checker-webpack-plugin.git"
},
"engines": {
"node": ">=10.13.0"
},
"keywords": [
"webpack",
"plugin",
"packages",
"dependencies",
"version",
"checker"
],
"author": "AVS.Doom",
"license": "MIT",
"dependencies": {
"boxen": "5.1.2",
"chalk": "4.1.2",
"latest-version": "5.1.0",
"node-notifier": "10.0.1",
"schema-utils": "4.2.0",
"semver-diff": "3.1.1"
},
"peerDependencies": {
"webpack": "5.x"
}
}