-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1002 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
38
39
40
41
{
"name": "debil-bot",
"version": "1.0.0",
"description": "Debil bot",
"engines": {
"node": "16.x"
},
"main": "dist/src/main.js",
"scripts": {
"build": "tsc",
"start": "node ./dist/src/main.js",
"test": "jest",
"heroku-local": "heroku local -e dev.env"
},
"author": "miniwa",
"license": "MIT",
"devDependencies": {
"@types/jest": "^27.5.2",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"jest": "^27.5.1",
"npm-check-updates": "^16.7.5",
"prettier": "^2.8.4",
"ts-jest": "^27.1.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.14.0",
"@sentry/node": "^6.19.7",
"@sentry/tracing": "^6.19.7",
"discord.js": "^14.7.1",
"linq": "^3.2.4",
"play-dl": "^1.9.6",
"tweetnacl": "^1.0.3",
"winston": "^3.8.2"
}
}