-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 898 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
36
37
{
"name": "squirrelbot",
"version": "1.0.0",
"description": "Ein discord Bot für den FB 12",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js",
"lint": "eslint . --ext .js,.jsx"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vetrox/squirrelbot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Vetrox/squirrelbot/issues"
},
"homepage": "https://github.com/Vetrox/squirrelbot#readme",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"discord-tts": "^1.0.3",
"discord.js": "^14.1.2",
"dotenv": "^16.0.1",
"nodemon": "^2.0.7",
"util": "^0.12.3"
},
"devDependencies": {
"app-root-path": "^3.0.0",
"eslint": "^8.21.0",
"prettier": "2.7.1",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0"
}
}