-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1001 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
41
42
43
{
"name": "thanos-glove",
"version": "1.0.9",
"description": "Thanos JS reduces the file size of your project down to 50%, by randomly deleting half of the files.",
"main": "index.js",
"bin": {
"thanos": "src/cli.js"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alefesouza/thanosjs.git"
},
"keywords": [
"parody",
"avenger",
"avengers",
"marvel",
"thanos",
"thanosjs",
"thanos-js",
"thanos js"
],
"author": "Alefe Souza <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/alefesouza/thanosjs/issues"
},
"homepage": "https://github.com/alefesouza/thanosjs#readme",
"dependencies": {
"global-dirs": "^0.1.1",
"meow": "^5.0.0",
"prompt-confirm": "^2.0.4",
"walk-sync": "^1.1.3"
},
"devDependencies": {
"eslint": "^5.15.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0"
}
}