-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.86 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
{
"name": "yjsnpi-bot",
"version": "0.0.0",
"description": "Stinking Discord bot.",
"main": "src/index.js",
"scripts": {
"start": "tsc && node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arsdragonfly/Yjsnpi-bot.git"
},
"keywords": [
"Discord",
"bot"
],
"author": "arsdragonfly",
"license": "MIT",
"bugs": {
"url": "https://github.com/arsdragonfly/Yjsnpi-bot/issues"
},
"homepage": "https://github.com/arsdragonfly/Yjsnpi-bot#readme",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/voice": "^0.11.0",
"discord-api-types": "^0.33.5",
"@sapphire/framework": "^3.0.0",
"@types/bilibili-bv-av-convert": "file:types/bilibili-bv-av-convert",
"@types/ffmpeg-static": "^3.0.0",
"@types/lodash": "^4.14.150",
"@types/node": "^17.0.14",
"@types/qs": "^6.9.2",
"@types/superagent": "^4.1.7",
"@types/tmp": "^0.2.0",
"@types/ws": "^7.2.4",
"@types/youtube-info": "file:types/youtube-info",
"bilibili-bv-av-convert": "^1.0.0",
"bufferutil": "^4.0.1",
"discord.js": "^13.10.3",
"ffmpeg-static": "^4.4.1",
"fluture": "^12.2.0",
"funfix": "^7.0.1",
"glob-promise": "^3.4.0",
"googleapis": "^60.0.1",
"lodash": "^4.17.20",
"promisify-child-process": "^4.1.0",
"qs": "^6.9.4",
"sodium": "^3.0.2",
"strict-event-emitter-types": "^2.0.0",
"superagent": "^5.2.2",
"tmp-promise": "^2.1.1",
"utf-8-validate": "^5.0.2",
"zlib-sync": "^0.1.6"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.35.1",
"eslint": "^8.23.0",
"eslint-config-standard-with-typescript": "^22.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-promise": "^6.0.1",
"typescript": "^4.8.2"
}
}