-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 948 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": "bot-conglomorate",
"version": "0.0.1",
"description": "A conglomoration of chat bot commands",
"main": "server.js",
"scripts": {
"start": "node server.mjs"
},
"dependencies": {
"cors": "^2.8.5",
"editly": "^0.11.3",
"emoji-strip": "^1.0.1",
"express": "^4.18.1",
"ffprobe": "^1.1.2",
"gl": "^4.9.2",
"got": "^11.8.5",
"imgur": "^1.0.2",
"jimp": "^0.16.1",
"lowdb": "^3.0.0",
"nedb": "^1.8.0",
"path": "^0.12.7",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1",
"url": "^0.11.0"
},
"engines": {
"node": "8.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/hello-express"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}