-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 936 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
{
"name": "glitch-mvp-node",
"version": "0.0.1",
"description": "A simple Node app built on fastify, instantly up and running.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"fastify": "^3.28.0",
"fastify-formbody": "^5.2.0",
"fastify-static": "^4.6.1",
"handlebars": "^4.7.7",
"point-of-view": "^5.2.0",
"discord.js": "^13.6.0",
"mongodb": "^4.4.1",
"@discordjs/builders": "^0.13.0",
"@discordjs/rest": "^0.4.1",
"discord-api-types": "^0.31.1",
"source-map-support": "^0.5.21",
"@dtinth/encrypted": "^0.3.0",
"node-loggly-bulk": "^3.0.1",
"ndjson": "^2.0.0",
"firebase-admin": "^10.1.0",
"googleapis": "^100.0.0"
},
"engines": {
"node": "16.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/glitch-mvp-node"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}