forked from reisxd/revanced-builder
-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
41 lines (41 loc) · 828 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": "rvx-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.6",
"cheerio": "^1.0.0-rc.12",
"express": "^4.19.1",
"express-fileupload": "^1.5.0",
"kill-process-by-name": "^1.0.5",
"node-fetch": "^2.7.0",
"node-fetch-progress": "^1.0.2",
"open": "^8.4.2",
"portfinder": "^1.0.32",
"prettier": "^3.2.5",
"semver": "^7.6.0",
"tar": "^6.2.1",
"ws": "^8.16.0"
},
"devDependencies": {
"eslint": "^8.57.0"
},
"engines": {
"node": ">=18"
}
}