-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 KB
/
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
42
{
"name": "dare-bot",
"version": "1.1.0",
"description": "",
"engines": {
"node": ">=16.14.2"
},
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node ./src/index.ts",
"postinstall": "tsc",
"dev": "nodemon --watch 'src/**/*.ts' --ignore 'src/**/*.spec.ts' --exec 'ts-node' src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/glob": "^7.2.0",
"isomorphic-unfetch": "^3.1.0",
"nodemon": "^2.0.19",
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
},
"dependencies": {
"@discordjs/builders": "^1.6.5",
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^2.0.1",
"@discordjs/voice": "^0.16.0",
"discord-music-player": "^9.1.1",
"discord-player": "^6.6.3",
"discord.js": "^14.6.0",
"dotenv": "^16.3.1",
"eslint": "^8.48.0",
"ffmpeg-static": "^5.2.0",
"glob": "^8.0.3",
"libsodium-wrappers": "^0.7.10",
"mongoose": "^6.6.5",
"reconlx": "^2.5.6",
"ytdl-core-discord": "^1.3.1"
}
}