-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.82 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.82 KB
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": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.17.1",
"quick-db": "^1.0.5",
"fs": "^0.0.2",
"canvas-senpai": "^1.0.0",
"discord.js": "^12.4.0",
"ascii-table": "^0.0.9",
"something-random-on-discord": "^0.0.1",
"dotenv": "^8.2.0",
"quick.db": "^7.1.2",
"novelcovid": "^3.0.0",
"parse-ms": "^2.1.0",
"node-fetch": "^2.6.1",
"ytdl-core": "^4.0.2",
"simple-youtube-api": "^5.2.1",
"yt-search": "^2.4.2",
"node-superfetch": "^0.1.10",
"ytdl-core-discord": "^1.2.4",
"colornames": "^1.1.1",
"genius-lyrics": "^4.0.0",
"canvacord": "^5.0.8",
"canvas-constructor": "^4.1.0",
"canvas": "^2.6.1",
"common-tags": "^1.8.0",
"twemoji-parser": "^13.0.0",
"imdb-api": "^4.4.0",
"srod-v2": "^0.0.5",
"figlet": "^1.5.0",
"google-play-scraper": "^8.0.2",
"@discordjs/opus": "^0.3.2",
"node-opus": "^0.3.3",
"json-database.js": "^1.0.2",
"scrape-yt": "^1.4.3",
"easy-json-database": "^1.2.1",
"discord_ticket_maker": "^1.3.2",
"youtube-notification": "^1.1.0",
"axios": "^0.21.0",
"urban.js": "^2.4.3",
"discord-giveaways": "^4.2.1",
"mcapi": "",
"mcpi": "^0.5.9",
"discord-canvas": "^1.3.2",
"alexa-bot-api": "^0.1.4",
"got": "^11.7.0"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/hello-express"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}