-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
45 lines (45 loc) · 976 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
40
41
42
43
44
45
{
"//1": "Crypto",
"//2": "Crypto",
"name": "Crypto",
"version": "0.0.1",
"description": "Crypto",
"main": "cryptoshard.js",
"scripts": {
"start": "node cryptoshard.js"
},
"dependencies": {
"adapter": "^1.0.0-beta.8",
"chalk": "^4.1.0",
"common-tags": "^1.8.0",
"croxy-api": "^2.0.3",
"croxydb": "^0.0.7",
"dctr-antispam.js": "^0.1.1",
"discord-giveaways": "^4.2.1",
"discord.js": "^12.4.1",
"express": "^4.17.1",
"jimp": "^0.12.1",
"moment": "^2.26.0",
"moment-duration-format": "^2.3.2",
"ms": "^2.1.2",
"node-fetch": "^2.6.1",
"parse-ms": "^2.1.0",
"quick.db": "^7.1.1",
"simple-youtube-api": "^5.2.1",
"snekfetch": "^4.0.4",
"wio.db": "^4.0.9",
"ytdl-core": "^4.0.0"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/hello-express"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}