-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 857 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
{
"name": "vc-runner",
"version": "1.0.0",
"description": "discord vc joiner",
"main": "index.js",
"dependencies": {
"asynckit": "^0.4.0",
"axios": "^1.7.7",
"combined-stream": "^1.0.8",
"component-emitter": "^2.0.0",
"delayed-stream": "^1.0.0",
"follow-redirects": "^1.15.9",
"form-data": "^4.0.1",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"proxy-from-env": "^1.1.0",
"stream": "^0.0.3",
"vc-runner": "file:",
"ws": "^8.18.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/00nx/vc-runner.git"
},
"author": "t.me/misjudgment",
"license": "MIT",
"bugs": {
"url": "https://github.com/00nx/vc-runner/issues"
},
"homepage": "https://github.com/00nx/vc-runner#readme"
}