-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 906 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 906 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
{
"name": "note-block-v2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx esno index.ts",
"deploy-commands": "npx ts-node deploy_commands.ts",
"launch": "npm run deploy-commands && npm run start"
},
"author": "The Place",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.19.0",
"@snazzah/davey": "^0.1.8",
"axios": "^1.7.3",
"dectalk": "^1.3.1",
"discord.js": "^14.8.0",
"dotenv": "^16.0.3",
"esno": "^0.16.3",
"ffmpeg-static": "^5.1.0",
"libsodium-wrappers": "^0.7.11",
"opusscript": "^0.0.8",
"request": "^2.88.2",
"sam-js": "^0.3.1",
"say": "^0.16.0",
"ts-node": "^10.9.1"
}
}