-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 957 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
33
34
35
{
"name": "discord-voice-manager",
"description": "Бот для приватных комнат Discord",
"author": "oneheka & aqua.coder",
"version": "4.0.0",
"main": "dist/index.js",
"license": "ISC",
"scripts": {
"dev": "ts-node-dev --respawn src/index.ts",
"start": "node dist/index.js",
"build": "npx tsc && node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HekaHub/Discord-Voice-Manager.git"
},
"homepage": "https://github.com/HekaHub/Discord-Voice-Manager#readme",
"dependencies": {
"@discordjs/builders": "^1.6.3",
"colors": "^1.4.0",
"discord.js": "14.10",
"md5": "^2.3.0",
"mongoose": "^6.7.2",
"sqlite": "^4.1.2",
"sqlite3": "^5.1.6",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.4"
},
"bugs": {
"url": "https://github.com/HekaHub/Discord-Voice-Manager/issues"
},
"devDependencies": {
"@types/md5": "^2.3.2"
}
}