-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 879 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 879 Bytes
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
{
"name": "glitch-hello-node",
"version": "0.1.0",
"description": "A simple Node app built on fastify, instantly up and running. Built to be remixed on Glitch.com.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"fastify": "^4.28.1",
"handlebars": "^4.7.8",
"@fastify/formbody": "^7.4.0",
"@fastify/static": "^6.10.2",
"@fastify/view": "^8.0.0",
"discord.js": "^13.0.0",
"express": "^4.19.2",
"body-parser": "^1.20.2",
"@discordjs/rest": "^1.0.0",
"discord-api-types": "^0.37.92",
"web-streams-polyfill": "^2.0.0",
"node-fetch": "^2.7.0",
"undici": "^4.13.1",
"axios": "^1.7.3"
},
"engines": {
"node": "16.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/glitch-hello-node"
},
"license": "MIT",
"keywords": [
"node",
"glitch"
]
}