-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 774 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 774 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
{
"name": "discordspicierbots",
"version": "1.0.0",
"description": "Spicise your discord chat!!",
"engines": {
"node": "12.14.1",
"npm": "6.13.4"
},
"main": "index.js",
"scripts": {
"build": "tsc",
"execute": "node index.js"
},
"author": "yahho",
"license": "MIT",
"dependencies": {
"@types/node": "^13.13.1",
"bufferutil": "^4.0.1",
"date-fns": "^2.12.0",
"date-with-offset": "^1.0.1",
"discord.js": "^12.2.0",
"erlpack": "github:discordapp/erlpack",
"libsodium-wrappers": "^0.7.6",
"node-gyp": "^6.1.0",
"node-opus": "^0.3.3",
"opusscript": "0.0.7",
"typescript": "^3.8.3",
"uws": "^100.0.1"
}
}