-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 941 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
{
"name": "subbifier",
"version": "1.0.0",
"description": "Automatically debloat your JS applications.",
"scripts": {
"build": "tsc *.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reallyTG/stubbifier"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/reallyTG/stubbifier/issues"
},
"devDependencies": {
"@babel/types": "^7.10.2",
"@types/babel__generator": "^7.6.1",
"@types/babel__traverse": "^7.0.12",
"@types/esprima": "*",
"@types/node": "^14.0.9"
},
"dependencies": {
"@babel/core": "^7.10.2",
"@babel/generator": "^7.10.2",
"@babel/parser": "^7.10.2",
"@babel/traverse": "^7.10.1",
"ast-types": "^0.13.3",
"escodegen": "*",
"esprima": "*",
"fs-extra": "^9.0.1",
"tar": "^6.0.2",
"yargs": "^15.4.1"
}
}