generated from Blackprint/template-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.37 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
43
44
45
{
"name": "@blackprint/nodes-discord",
"description": "Blackprint nodes for Discord.js",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Blackprint/nodes-discord.git"
},
"module": "dist/nodes-discord.mjs",
"scripts": {
"start": "blackprint serve",
"start-test": "node --no-warnings --loader ./node_modules/@blackprint/engine/es6-https-loader.mjs ./tests/remote-engine.mjs",
"test": "node --experimental-vm-modules --no-warnings node_modules/jest/bin/jest.js --verbose ./tests/",
"build-prod": "blackprint build production"
},
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/rest": "^1.3.0",
"@discordjs/voice": "^0.11.0",
"discord-api-types": "^0.37.12",
"discord.js": "^14.6.0",
"dotenv": "^16.0.3",
"libsodium-wrappers": "^0.7.10",
"node-lame": "^1.3.2",
"prism-media": "^2.0.0-alpha.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@blackprint/cli-tools": "0.3.x",
"@blackprint/engine": "0.9.x",
"@blackprint/remote-control": "0.1.7",
"@blackprint/sketch": "0.9.x",
"cbor-x": "~1.4.1",
"jest": "~29.1.2",
"jest-environment-jsdom": "~29.1.2",
"jest-environment-node": "~29.1.2",
"scarletsframe": "0.35.22",
"socket.io": "^4.5.2",
"source-map-support": "^0.5.21"
},
"keywords": [
"blackprint"
]
}