-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.26 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
46
47
48
49
50
51
52
53
54
{
"name": "wump.js",
"private": false,
"module": "ESNext",
"type": "module",
"version": "1.0.0",
"description": "🏆 Better, 🍃 Faster & ♻️ Simple Discord API Wrapper.",
"main": "src/index.js",
"types": "src/base/types/global.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"api",
"discord",
"Discord API Wrapper",
"wrapper",
"fast",
"better",
"alternative"
],
"contributors": [
{
"name": "erqewee",
"email": "[email protected]",
"url": "https://github.com/erqewee"
},
{
"name": "MegalithOfficial",
"email": "[email protected]",
"url": "https://github.com/MegalithOfficial"
},
{
"name": "Nicat-dcw",
"email": "[email protected]",
"url": "https://github.com/Nicat-dcw"
}
],
"dependencies": {
"@sapphire/bitfield": "^1.1.0",
"@sapphire/fetch": "^2.4.1",
"@sapphire/shapeshift": "^3.8.2",
"@sapphire/snowflake": "^3.4.2",
"@wumpjs/storage": "^1.1.3",
"chalk": "^5.2.0",
"colorette": "^2.0.20",
"discord-api-types": "^0.37.38",
"dotenv": "^16.0.3",
"ora": "^6.3.0",
"ws": "^8.13.0"
},
"author": "Erqewee",
"license": "Apache-2.0"
}