-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1005 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
41
{
"//1": "describes your app and its dependencies",
"//2": "https://docs.npmjs.com/files/package.json",
"//3": "updating this file will download and update your packages",
"name": "famiree-discord",
"version": "0.0.1",
"description": "Discord famirreeee",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/rest": "^1.0.1",
"@discordjs/voice": "^0.11.0",
"call-of-duty-api": "^1.3.5",
"discord.js": "^14.2.0",
"emoji-strip": "^1.0.1",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"imgur": "^1.0.2",
"install-peerdeps": "^3.0.3",
"jimp": "^0.16.1",
"lowdb": "^1.0.0",
"nedb": "^1.8.0",
"npm-check-updates": "^16.0.5",
"request": "^2.88.2",
"text-to-mp3": "^1.0.4"
},
"engines": {
"node": "9.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/famiree-discord"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}