-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
50 lines (50 loc) · 1.08 KB
/
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
41
42
43
44
45
46
47
48
49
50
{
"name": "roast-my-deps",
"version": "2.0.1",
"description": "Your dependencies are bad and you should feel bad",
"main": "index.js",
"bin": "cli.js",
"repository": "https://github.com/jamiebuilds/roast-my-deps",
"author": "Jamie Kyle <[email protected]>",
"license": "MIT",
"keywords": [
"package.json",
"dependencies",
"bundle",
"size",
"gzip"
],
"files": [
"cli.js",
"config.js",
"external.js",
"index.js",
"regexes.js"
],
"scripts": {
"test": "ava test.js"
},
"dependencies": {
"arrify": "^1.0.1",
"chalk": "^2.3.2",
"cli-table": "^0.3.1",
"compression-webpack-plugin": "^1.1.11",
"find-up": "^2.1.0",
"globby": "^8.0.1",
"is-builtin-module": "^2.0.0",
"meow": "^4.0.0",
"micromatch": "^3.1.10",
"p-limit": "^1.2.0",
"pretty-bytes": "^4.0.2",
"read-pkg": "^3.0.0",
"spawndamnit": "^2.0.0",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14",
"write-pkg": "^3.1.0",
"xregexp": "^4.1.1"
},
"devDependencies": {
"ava": "^0.25.0",
"flow-bin": "^0.69.0"
}
}