-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
111 lines (111 loc) · 2.96 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"//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": "1.0.2",
"description": "A simple Node app built on Express, instantly up and running.",
"main": "server.js",
"scripts": {
"dev": "nodemon index.js"
},
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/voice": "^0.13.0",
"@distube/ytpl": "^1.0.11",
"@napi-rs/canvas": "^0.1.30",
"@outwalk/discord-backup": "^0.4.8",
"akaneko": "^5.2.5",
"ascii-table": "^0.0.9",
"avconv": "^3.1.0",
"await": "^0.2.6",
"axios": "^0.21.4",
"better-sqlite3": "^8.0.1",
"canvacord": "^5.4.8",
"chalk": "^4.1.2",
"common-tags": "^1.8.0",
"cpu-stat": "^2.0.1",
"di": "0.0.1",
"discord-akairo": "^8.1.0",
"discord-embeds-pages-buttons": "^1.3.0",
"discord-giveaways": "^6.0.1",
"discord-inline-reply": "^1.0.3",
"discord-music-player": "^7.2.0",
"discord-welcome-card": "^4.8.1",
"discord-xp": "^1.1.16",
"discord.js": "^14.7.1",
"discord.js-commando": "^0.10.0",
"distube": "^2.8.12",
"dote": "^1.1.0",
"dotenv": "^8.6.0",
"enmap": "^5.9.2",
"env": "0.0.2",
"erela.js": "^2.3.1",
"express": "^4.17.1",
"ffmpeg-static": "^4.3.0",
"figlet": "^1.5.0",
"fs-extra": "^11.1.0",
"hastebin-gen": "^2.0.5",
"i": "^0.3.7",
"imdb-api": "^4.2.0",
"instagram-api.js": "0.0.8",
"mal-scraper": "^2.11.3",
"mathjs": "^7.1.0",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.13.12",
"ms": "^2.1.2",
"neko-love": "^2.0.2",
"nekos.life": "^2.0.7",
"node-fetch": "^2.6.7",
"node-superfetch": "^0.1.11",
"nodejs-snowflake": "^1.6.2",
"nodemon": "^2.0.20",
"novelcovid": "^3.0.0",
"npm": "^7.6.1",
"opusscript": "^0.0.7",
"or": "^0.2.0",
"os": "^0.1.1",
"parse-ms": "^2.1.0",
"pretty-ms": "^7.0.1",
"quick.db": "^7.1.3",
"quickmongo": "^4.0.0",
"random-code-gen": "^1.1.2",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"simple-youtube-api": "^5.2.1",
"simply-djs": "^2.1.3",
"smartestchatbot": "^2.0.3",
"snekfetch": "^4.0.4",
"something-random-on-discord": "^3.4.4",
"soundcloud-downloader": "^0.2.4",
"sourcebin_js": "0.0.3-ignore",
"spotify-url-info": "^2.2.0",
"srod-v2": "^1.0.1",
"twemoji-parser": "^13.0.0",
"twitter-api.js": "0.0.12",
"util": "^0.12.5",
"weather-js": "^2.0.0",
"yt-search": "^2.5.1",
"ytdl-core": "^3.4.2",
"ytdl-core-discord": "^1.2.5",
"ytpl": "^2.0.4",
"ytsr": "^3.2.2"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/hello-express"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
],
"devDependencies": {
"node": "^16.13.0"
},
"author": ""
}