forked from gabrielantonyxaviour/Dawn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 927 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
{
"name": "zoratest",
"version": "1.0.0",
"description": "",
"main": "src/main.js",
"scripts": {
"start": "node src/main.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon src/main.js",
"deploy": "node src/deploy-commands.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@devraelfreeze/discordjs-pagination": "^2.4.0",
"@discordjs/rest": "^1.0.1",
"@discordjs/opus": "discordjs/opus",
"@zoralabs/zdk": "^2.1.3",
"@discordjs/voice": "^0.11.0",
"@zoralabs/nft-hooks": "^1.1.8",
"discord.js": "^14.1.2",
"dotenv": "^16.0.1",
"ffmpeg-static": "^5.0.2",
"libsodium-wrappers": "^0.7.10"
},
"devDependencies": {
"nodemon": "^2.0.19"
},
"nodemonConfig": {
"ext": "js,ejs,jpg,png,gif,svg,css,html,ts,env",
"watch": [
"src"
]
},
"engines": {
"node": ">=16.16.0",
"npm": ">=8.11.0"
}
}