-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.19 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
{
"dependencies": {
"@discordjs/opus": "^0.5.0",
"@types/capitalize": "^2.0.0",
"@types/glob": "^7.1.3",
"@types/he": "^1.1.1",
"@types/is-number": "^7.0.1",
"@types/mathjs": "^6.0.11",
"@types/node": "^14.14.31",
"capital-case": "^1.0.4",
"capitalize": "^2.0.3",
"discord.js": "^12.5.3",
"ffmpeg-static": "^4.3.0",
"glob": "^7.1.6",
"hanzi": "^2.1.5",
"he": "^1.2.0",
"is-number": "^7.0.0",
"lastfm-tag-processor": "^1.0.0",
"lastfm-typed": "^1.3.3",
"mathjs": "^9.2.0",
"mysql2": "^2.2.5",
"node-fetch": "^2.6.1",
"node-html-parser": "^3.0.4",
"parse-duration": "github:yayuyokitano/parse-duration",
"pinyin-tone-convert": "^0.0.2",
"random-int": "^2.0.1",
"spacetime": "^6.14.0",
"typed-emitter": "^1.3.1",
"unofficial-jisho-api": "^2.0.13",
"youtube-playlist-summary": "^2.1.6",
"youtube-search": "^1.1.6",
"ytdl-core": "^4.5.0",
"ytdl-core-discord": "^1.3.0"
},
"name": "rem",
"version": "0.1.0",
"main": "dist/index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/index",
"initdb": "node dist/database/init"
},
"author": "",
"license": "AGPL-3.0",
"description": ""
}