generated from stegripe/rawon
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.21 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
{
"name": "disc-11",
"version": "1.60.5",
"private": true,
"description": "A dedicated open-source Discord music bot for Zhycorp based on Jukebox, easy to use, and with no coding required.",
"homepage": "https://github.com/zhycorp/disc-11#readme",
"bugs": {
"url": "https://github.com/zhycorp/disc-11/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhycorp/disc-11.git"
},
"license": "BSD-3-Clause",
"author": "Zhycorp <[email protected]> (https://github.com/zhycorp)",
"main": "start.js",
"scripts": {
"build": "npm run lint && npm run compile",
"compile": "tsc --build tsconfig.json",
"lint": "eslint . --ignore-path .gitignore --ext .ts",
"lint:fix": "eslint . --ignore-path .gitignore --ext .ts --fix",
"start": "node .",
"start:dev": "echo [INFO] Sharding disabled when using ts-node && ts-node src/bot"
},
"eslintConfig": {
"extends": "@zhycorp/eslint-config/typescript",
"ignorePatterns": "dist/*"
},
"dependencies": {
"discord.js": "^12.5.3",
"dotenv": "^10.0.0",
"entities": "^3.0.1",
"ffmpeg-static": "^4.4.0",
"iso8601-duration": "^1.3.0",
"node-fetch": "^2.6.1",
"opusscript": "^0.0.8",
"parse-ms": "^2.1.0",
"pretty-ms": "^7.0.1",
"semver": "^7.3.5",
"tslib": "^2.3.0",
"winston": "^3.3.3",
"ytdl-core": "^4.9.1",
"ytpl": "^2.2.3",
"ytsr": "^3.5.2"
},
"devDependencies": {
"@types/node": "^16.4.13",
"@types/node-fetch": "^2.5.12",
"@types/semver": "^7.3.8",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"@zhycorp/eslint-config": "^3.0.0",
"eslint": "^7.32.0",
"ts-node": "^10.2.0",
"typescript": "^4.3.5"
},
"optionalDependencies": {
"@discordjs/opus": "^0.5.3",
"bufferutil": "^4.0.3",
"erlpack": "github:discord/erlpack",
"libsodium-wrappers": "^0.7.9",
"utf-8-validate": "^5.0.5",
"zlib-sync": "^0.1.7"
},
"engines": {
"node": ">=14.x"
}
}