-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 944 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
{
"name": "green",
"version": "1.0.0",
"description": "test",
"main": "shard.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pauldb09/Allegoria/allegoria.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pauldb09/Allegoria"
},
"homepage": "https://github.com/pauldb09/Allegoria",
"contributors": [
"Warix",
"Ota"
],
"dependencies": {
"asciiart-logo": "^0.2.6",
"discord-player": "^5.2.0",
"discord.js": "^13",
"ejs": "3.1",
"express": "^4.17.2",
"express-session": "^1.17.2",
"moment": "^2.29.1",
"mongoose": "^6.1.5",
"morgan": "^1.10.0",
"passport": "^0.5.2",
"passport-discord": "^0.1.4",
"play-dl": "^1.5.0"
}
}