generated from OttrOne/lexbot
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.2 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
{
"name": "lexbot",
"version": "1.0.11",
"description": "LexBot done in TypeScript",
"scripts": {
"prebuild": "node -p \"'export const VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",
"build": "tsc",
"lint": "eslint \"**/*.ts\"",
"start": "node dist/index.js",
"debug": "nodemon src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OttrOne/lexbot.git"
},
"keywords": [
"Discord",
"Bot",
"TypeScript"
],
"author": "Alex Ottr <alex@ottr.one>",
"license": "MIT",
"bugs": {
"url": "https://github.com/OttrOne/lexbot/issues"
},
"homepage": "https://github.com/OttrOne/lexbot#readme",
"dependencies": {
"@discord-player/downloader": "^3.0.1",
"@discordjs/opus": "^0.6.0",
"discord-player": "^5.1.0",
"discord.js": "^13.1.0",
"dotenv": "^10.0.0",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.2",
"ytdl-core": "^4.9.1"
},
"devDependencies": {
"@types/node": "^16.7.10",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.24.2",
"nodemon": "^2.0.12"
}
}