-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
88 lines (88 loc) · 2.36 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
{
"//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": {
"@k3rn31p4nic/google-translate-api": "^1.1.0",
"akaneko": "^3.5.1",
"anime-scraper": "^3.1.2",
"ascii-table": "^0.0.9",
"axios": "^0.21.0",
"canvas-senpai": "^0.1.6",
"chrono-node": "^2.1.8",
"common-tags": "^1.8.0",
"cpu-stat": "^2.0.1",
"discord-canvas": "^1.3.2",
"discord.js": "^12.4.0",
"figlet": "^1.5.0",
"genius-lyrics": "^4.0.0",
"get-youtube-playlist-id": "^0.0.1",
"google-play-scraper": "^8.0.2",
"google-translate-api": "^2.3.0",
"googleapis": "^61.0.0",
"he": "^1.2.0",
"html2plaintext": "^2.1.2",
"imdb-api": "^4.2.0",
"leekslazylogger": "^2.0.7",
"mathjs": "^7.5.1",
"mime-types": "^2.1.27",
"mojang-api": "^0.0.2",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.10.11",
"ms": "^2.1.2",
"nekos.life": "^2.0.7",
"node-fetch": "^2.6.1",
"os": "^0.1.1",
"pokemoninfo": "^1.0.0",
"prism-media": "^1.2.2",
"scrape-yt": "^1.4.3",
"setimmediate": "^1.0.5",
"simple-youtube-api": "^5.2.1",
"snekfetch": "^4.0.4",
"something-random-on-discord": "0.0.1",
"superagent": "^6.1.0",
"twemoji-parser": "^13.0.0",
"weather-js": "^2.0.0",
"weather.js": "^0.1.0",
"word-definition": "^2.1.6",
"ws": "^7.3.1",
"youtube-search": "^1.1.4",
"yt-search": "^2.3.3",
"ytdl-core": "^4.0.0",
"ytdl-core-discord": "^1.2.4",
"ytpl": "^1.0.0",
"ytsr": "^1.0.2",
"quick.db": "^7.1.2",
"distube": "^2.6.8",
"query-string": "^6.13.5",
"canvas": "^2.6.1",
"discord-giveaways": "^4.2.1",
"tnai": "^1.0.5",
"kitsu.js": "^2.0.0",
"quickmongo": "^2.0.4",
"js-yaml": "^3.14.0",
"parse-ms": "^2.1.0",
"discord-player": "^2.3.1",
"app-store-scraper": "^0.16.3"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/hello-express"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}