-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 912 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 912 Bytes
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
{
"name": "cath.exe",
"version": "0.0.1",
"description": "NYX bot created by Team NYX",
"engines": {
"node": "*",
"npm": "*"
},
"main": "index.js",
"scripts": {
"dev": "node . --dev",
"start": "node . --prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/night0721/cath.exe.git"
},
"keywords": [
"bot",
"nyx",
"codm",
"discord",
"gunsmith"
],
"author": "Night Kaly",
"license": "GNU General Public License v3.0",
"bugs": {
"url": "https://github.com/night0721/cath.exe/issues"
},
"homepage": "https://github.com/night0721/cath.exe#readme",
"funding": {
"type": "individual",
"url": "https://ko-fi.com/cathteam"
},
"dependencies": {
"cath": "^2.0.3",
"discord.js": "^14.22.1",
"dotenv": "16.5.0",
"goosecache": "10.0.1",
"mongoose": "^8.9.0",
"quickchart-js": "3.1.3"
}
}