-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 850 Bytes
/
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
{
"name": "discord-kama-bot",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"type": "module",
"scripts": {
"dev": "node src/entries/app",
"start": "nodemon src/index",
"deploy": "node src/entries/deploy-commands",
"lint": "run-p lint:*",
"lint:js": "eslint --ext .js,.ts .",
"lint:other": "npm run prettier -- --check",
"prettier": "prettier '**/*.{md,yaml,yml,json,js}'"
},
"author": "Mitchell",
"license": "MIT",
"dependencies": {
"@discordjs/voice": "^0.16.0",
"axios": "^1.3.5",
"discord.js": "^14.9.0",
"ffmpeg-static": "^5.1.0",
"libsodium-wrappers": "^0.7.11",
"opusscript": "^0.0.8"
},
"devDependencies": {
"@gravity-ui/eslint-config": "^2.0.0",
"@gravity-ui/prettier-config": "^1.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.7"
}
}