-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1 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
{
"//1": "Arsene is a Discord Bot based off of the Persona series, of which Arsene is taken from the fifth (technically sixth) game from the series.",
"//2": "https://docs.npmjs.com/files/package.json",
"//3": "updating this file will download and update your packages",
"name": "Arsene",
"version": "1.0.0",
"description": "What am I about?",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.16.2",
"http2": "^3.3.7",
"quick.db": "^3.0.3",
"discord.js": "^11.3.2",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"enmap": "^0.4.2",
"enmap-level": "^1.0.0",
"bufferutil": "^3.0.5",
"erlpack": "^0.1.2",
"node-opus": "^0.3.0",
"sodium": "^2.0.3",
"libsodium": "^0.7.3",
"uws": "^10.148.1"
},
"engines": {
"node": "9.4"
},
"repository": {
"url": "https://glitch.com/edit/#!/welcome-project"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}