-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 801 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 801 Bytes
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
{
"name": "bot-discord",
"version": "1.0.0",
"description": "Bot Discord",
"main": "bot.js",
"dependencies": {
"@types/node": "^14.14.10",
"discord.js": "^12.5.1",
"ffmpeg": "0.0.4",
"fs": "0.0.1-security",
"https": "^1.0.0",
"lowdb": "^1.0.0",
"ms": "^2.1.2",
"node-opus": "^0.3.3",
"pm2": "^4.5.0",
"typescript": "^3.9.7",
"youtube-audio-stream": "^0.2.0",
"youtube-search": "^1.1.4",
"ytdl-core": "^4.1.0"
},
"devDependencies": {
"tsc-watch": "^4.2.9"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"start-dev": "npm run watch && node bot.js",
"start": "node bot.js"
},
"repository": {
"type": "git",
"url": "https://lygee.fr/magnus/bot-discord.git"
},
"author": "",
"license": "ISC"
}