-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 995 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
38
{
"name": "Colonia",
"version": "0.0.1",
"description": "Bot et dashboard inspiré du travail de Sworder modifié par Arcadia_sama",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "Sworder",
"license": "GPL-3.0",
"dependencies": {
"body-parser": "^1.18.3",
"canvas": "*",
"discord-anti-spam": "^2.1.1",
"discord.js": "*",
"ejs": "^2.6.1",
"erlpack": "github:hammerandchisel/erlpack",
"express": "^4.16.3",
"express-session": "^1.15.6",
"file-exists": "*",
"fs": "0.0.1-security",
"node-opus": "*",
"opusscript": "*",
"passport": "^0.4.0",
"passport-discord": "^0.1.3",
"roll": "^1.2.0",
"simple-youtube-api": "*",
"socket.io": "^2.2.0",
"sqlite3": "^4.1.1",
"ytdl-core": "*",
"discord-oauth2":"*",
"simple-spellchecker": "*",
"js-base64": "*",
"ic2-reactor-sim": "*"
},
"devDependencies": {}
}