-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·81 lines (81 loc) · 1.76 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "vale3",
"version": "1.0.1-0",
"description": "A discord.js bot",
"keywords": [
"vale3",
"adm-panel2",
"vale-server-ii",
"discord",
"bot"
],
"homepage": "https://github.com/Valen-H/Vale3#README.md",
"bugs": {
"url": "https://github.com/Valen-H/Vale3/issues",
"email": "alternativexxxy@gmail.com"
},
"license": "ISC",
"author": "V. H. <alternativexxxy@gmail.com>",
"contributors": [],
"files": [
"*"
],
"main": "dist/lib/vale3.js",
"bin": {
"vale": "./index.js"
},
"man": [],
"directories": {
"lib": "./lib",
"bin": "./bin",
"man": "./doc",
"doc": "./doc",
"example": "./test",
"test": "./test"
},
"typings": "lib/typings",
"repository": {
"type": "git",
"url": "git://github.com/Valen-H/Vale3.git",
"directory": "./"
},
"config": {
"port": 9999
},
"dependencies": {
"@discordjs/uws": "^10.149.0",
"adm-panel2": "^1.0.4",
"bufferutil": "^4.0.0",
"chalk": "^2.4.2",
"chillout": "^4.0.5",
"discord.js": "^11.5.1",
"fs-extra": "^8.1.0",
"libsodium-wrappers": "^0.7.6",
"opusscript": "0.0.6"
},
"devDependencies": {
"@types/fs-extra": "^5.1.0",
"@types/node": "^12.12.8",
"tslib": "^1.10.0",
"typescript": "^3.7.2"
},
"peerDependencies": {},
"optionalDependencies": {
"strip-ansi": "^5.2.0",
"wordnet": "^0.1.2"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=3.0.0"
},
"os": [],
"cpu": [],
"publishConfig": {},
"scripts": {
"start": "node index.js",
"test": "node test/index.js --expose-gc --experimental-workers || npm test",
"debug": "node --inspect-brk=9229 test/index.js --expose-gc --experimental-workers",
"build": "npx tsc -w"
},
"bundleDependencies": []
}