-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 893 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 893 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
{
"name": "voyager",
"version": "1.15.0",
"description": "Lab Path Discord Bot",
"scripts": {
"prod": "node main.js",
"dev": "nodemon main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LabPath/Voyager.git"
},
"keywords": [
"discordjs",
"afkarena",
"labpath"
],
"author": "Lab Path Team",
"contributors": [
"@Diogo-Fernandes",
"@FiyaFly",
"@Zebiano"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/LabPath/Voyager/issues"
},
"homepage": "https://github.com/LabPath/Voyager#readme",
"devDependencies": {
"nodemon": "^2.0.7"
},
"dependencies": {
"axios": "^0.21.2",
"axios-cookiejar-support": "^1.0.1",
"chalk": "^4.1.1",
"discord.js": "^12.5.3",
"dotenv": "^8.2.0",
"fs": "0.0.1-security",
"mongoose": "^5.12.5",
"tough-cookie": "^4.0.0"
}
}