-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
76 lines (76 loc) · 1.91 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
70
71
72
73
74
75
76
{
"name": "paras-bot",
"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": {
"@top-gg/sdk": "^3.1.1",
"aki-api": "^5.2.1",
"amethyste-api": "^1.1.3",
"ascii-table": "^0.0.9",
"byte-size": "^7.0.0",
"canvacord": "^5.2.0",
"canvas": "^2.7.0",
"canvas-constructor": "^4.1.0",
"common-tags": "^1.8.0",
"cpu-stat": "^2.0.1",
"delay": "^5.0.0",
"discord-canvas": "^1.3.2",
"discord-giveaways": "^4.5.1",
"discord-image-generation": "^1.4.9",
"discord-reply": "^0.1.2",
"discord.js": "^12.5.0",
"dotenv": "^8.6.0",
"erela.js": "^2.3.2",
"erela.js-spotify": "^1.2.0",
"express": "^4.17.1",
"figlet": "^1.5.0",
"fs": "^0.0.2",
"fs-nextra": "^0.5.1",
"gifs-api": "^0.0.4",
"giphy-api": "^2.0.1",
"google-play-scraper": "^8.0.2",
"hastebin-gen": "^2.0.5",
"imdb-api": "^4.4.0",
"is-url": "^1.2.4",
"mathjs": "^8.0.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.12.7",
"ms": "^2.1.3",
"music-progress-bar": "^1.0.4",
"nekos.life": "^2.0.7",
"node-fetch": "^2.6.1",
"node-reqs": "^5.0.2",
"node-superfetch": "^0.2.3",
"os-utils": "0.0.14",
"path": "^0.12.7",
"pokersolver": "^2.1.4",
"qrcode": "^1.4.4",
"quickmongo": "^3.0.2",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"snekfetch": "^4.0.4",
"something-random-on-discord": "^0.0.1",
"systeminformation": "^5.6.20",
"tempy": "^0.7.1",
"topgg-autoposter": "^1.1.10",
"twemoji-parser": "^13.0.0",
"weather-js": "^2.0.0"
},
"engines": {
"node": "14.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/hello-express"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}