-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "nobara.js",
"version": "1.1.2",
"description": "Bot qui vient définitivement remplacer Horizon, un projet abandonné.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SonMaxime/Nobara.JS.git"
},
"author": "SonMaxime",
"license": "ISC",
"bugs": {
"url": "https://github.com/SonMaxime/Nobara.JS/issues"
},
"homepage": "https://github.com/SonMaxime/Nobara.JS#readme",
"dependencies": {
"@discordjs/opus": "^0.5.3",
"bookman": "^2.0.1",
"canvas": "^2.8.0",
"discord-tts-fr": "^1.0.3",
"discord.js": "^13.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"ffmpeg-static": "^4.4.0",
"form-data": "^4.0.0",
"memorystore": "^1.6.6",
"mongoose": "^5.12.13",
"opusscript": "^0.0.8",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"path": "^0.12.7",
"random-puppy": "^1.1.0",
"soundcloud-downloader": "^1.0.0",
"string-progressbar": "^1.0.4"
}
}