-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.31 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.31 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
{
"//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": "brick-theater-mw39xi4x98",
"version": "1.0.0",
"description": "skrrrrt.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@material-ui/core": "^4.9.10",
"array-sort": "^1.0.0",
"ascii-table": "0.0.9",
"bloxy": "^4.0.0-alpha3",
"body-parser": "^1.19.0",
"canvas": "^2.6.1",
"common-tags": "^1.8.0",
"discord-anti-spam": "^2.4.1",
"discord.js": "^12.2.0",
"djs-commands": "^1.2.2",
"dotenv": "^8.2.0",
"edit-json-file": "^1.4.0",
"enmap": "^5.2.4",
"express": "^4.17.1",
"firebase": "^7.14.0",
"firebase-admin": "^8.10.0",
"firebase-tools": "^8.0.3",
"math-expression-evaluator": "^1.2.22",
"moment": "^2.24.0",
"ms": "^2.1.2",
"noblox.js": "^4.5.5",
"pm2": "^4.4.1",
"quick.hook": "^1.5.1",
"request-ip": "^2.1.3",
"satelize": "^0.2.0",
"snekfetch": "^4.0.4",
"table": "^5.4.6"
},
"engines": {
"node": "13.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/brick-theater-mw39xi4x98"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}