This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
69 lines (69 loc) · 1.88 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"//1": "describes your app and its dependencies",
"//2": "https://docs.npmjs.com/files/package.json",
"//3": "updating this file will download and update your packages",
"name": "hello-express",
"version": "0.0.1",
"description": "A simple Node app built on Express, instantly up and running.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@discordjs/opus": "^0.5.3",
"@iamtraction/google-translate": "^1.1.2",
"@joehoel/discord-reply": "^1.0.4",
"ascii-table": "^0.0.9",
"canvacord": "^5.2.1",
"canvas-senpai": "2.0.3",
"common-tags": "^1.8.0",
"cool-image-api-wrapper": "^1.0.5",
"discord-backup": "^2.5.0",
"discord-button-embed": "^1.0.6",
"discord-button-pages": "^1.1.8",
"discord-canvas": "^1.4.1",
"discord-inline": "^1.0.10",
"discord-inline-replys": "^1.0.3",
"discord-music-player": "^7.2.0",
"discord.js": "^12.5.3",
"discordjs-button-pagination": "^1.0.3",
"djsdocs": "^1.0.0",
"figlet": "^1.5.0",
"google-play-scraper": "^8.0.2",
"i": "^0.3.6",
"mathjs": "^9.4.3",
"memer-api": "^3.0.2",
"moment": "^2.27.0",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.13.2",
"node": "^16.4.0",
"node-fetch": "^2.6.0",
"npm": "^7.19.1",
"parse-ms": "^2.1.0",
"quick.db": "^7.1.3",
"random": "^3.0.6",
"readme-md-generator": "^1.0.0",
"reconlx": "^1.3.3",
"salvage.db": "^1.2.4",
"something-random-on-discord": "3.4.4",
"sourcebin": "^4.2.5",
"srod-v2": "^1.0.2",
"string-toolkit": "^1.4.0",
"twemoji-parser": "^13.1.0",
"weather-js": "^2.0.0",
"ytdl-core": "^4.8.3",
"ytsr": "^3.5.0"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/hello-express"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}