This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.43 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
{
"name": "s-bot-framework",
"version": "1.1.446",
"description": "Discord Bot Framework built for Salim Bot but also applicable for other uses",
"main": "dist/index.js",
"types": "dist",
"type": "module",
"scripts": {
"build": "yarn lm-config && yarn clean && tsc && tsc -p tsconfig.bruh.json",
"clean": "rm -rf dist/*",
"docs": "typedoc src/index.ts",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint src && prettier --check \"src/**/*.ts\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Leomotors/s-bot-framework.git"
},
"author": "Leomotors",
"license": "MIT",
"bugs": {
"url": "https://github.com/Leomotors/s-bot-framework/issues"
},
"homepage": "https://github.com/Leomotors/s-bot-framework#readme",
"keywords": [
"discord-bot",
"discord-bot-framework",
"salim",
"salim-bot"
],
"dependencies": {
"@discordjs/voice": "0.11.0",
"chalk": "5.0.1",
"discord.js": "^14.0.3",
"dotenv": "^16.0.1",
"google-tts-api": "^2.0.2",
"node-fetch": "^3.2.9",
"strip-ansi": "7.0.1",
"ytdl-core": "^4.11.0"
},
"devDependencies": {
"@leomotors/scripts": "^3.1.0",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"prettier": "^2.7.1",
"typedoc": "^0.23.8",
"typescript": "^4.7.4"
}
}