forked from reisxd/revanced-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 833 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
{
"name": "revanced-builder",
"version": "1.0.0",
"description": "",
"bin": "index.js",
"main": "index.js",
"type": "commonjs",
"pkg": {
"assets": [
"public/**/*"
]
},
"scripts": {
"start": "node .",
"fmt": "prettier --write . && eslint --fix ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"app-info-parser": "^1.1.4",
"cheerio": "^1.0.0-rc.12",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"kill-process-by-name": "^1.0.5",
"node-fetch": "^2.6.7",
"node-fetch-progress": "^1.0.2",
"open": "^8.4.0",
"portfinder": "^1.0.32",
"semver": "^7.3.8",
"tar": "^6.1.13",
"ws": "^8.9.0"
},
"devDependencies": {
"eslint": "^8.23.0",
"prettier": "^2.7.1"
},
"engines": {
"node": ">=16"
}
}