-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 877 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
39
40
{
"//1": "Azerium bot!",
"//2": "https://docs.npmjs.com/files/package.json",
"//3": "Azerium",
"name": "hello-express",
"version": "0.0.1",
"description": "Azerium.",
"main": "azerium.js",
"scripts": {
"start": "node azerium.js"
},
"dependencies": {
"discord.js": "^12.5.3",
"express": "^4.17.1",
"moment": "^2.29.1",
"node-fetch": "^2.6.1",
"quick.db": "^7.1.3",
"distube": "^2.8.14",
"moment-duration-format": "^2.3.2",
"common-tags": "^1.8.0",
"plasma-db": "^1.1.0",
"opusscript": "^0.0.8",
"node-opus": "^0.3.3",
"@discordjs/opus": "^0.5.0",
"discord-buttons": "^3.2.1",
"mathjs": "^9.4.2"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/hello-express"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}