-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 845 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 845 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
37
{
"name": "hello-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.24.1",
"fastify-formbody": "^5.2.0",
"fastify-static": "^4.5.0",
"handlebars": "^4.7.7",
"point-of-view": "^4.16.0",
"discord.js": "^13.3.1",
"query-string": "^7.0.1",
"canvas": "^2.8.0",
"ytdl-core": "^4.9.1",
"opusscript": "^0.0.8",
"tweetnacl": "^1.0.3",
"@discordjs/voice": "^0.7.5",
"youtube-dl-exec": "^2.0.2",
"ffmpeg-stream": "^0.7.0"
},
"engines": {
"node": "20.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/frosted-dear-plant"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}