-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 807 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 807 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
38
{
"name": "glitch-hello-node",
"version": "0.0.1",
"description": "acc rep by jano",
"main": "jano.js",
"scripts": {
"start": "node jano.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-v12": "^12.5.3",
"discord.js": "11.4.2",
"ytdl-core": "^4.11.0",
"anti-spam": "^0.2.7",
"common-tags": "^1.8.2",
"canvas": "^2.9.1",
"discord-anti-spam": "^2.7.3",
"moment": "^2.29.2",
"ms": "^2.1.3",
"npm": "^8.6.0"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/glitch-hello-node"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}