-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 900 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
{
"name": "willclient",
"version": "1.0.2",
"author": "paigeroid",
"description": "Custom Discord API mod made in Node.JS that combines elements from Discord.PY and Discord.JS",
"dependencies": {
"discord.js": "latest",
"@discordjs/voice": "latest",
"node-fetch": "latest",
"stews": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/paigeroid/willclient.git"
},
"bugs": {
"url": "https://github.com/paigeroid/willclient/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/paigeroid/willclient/blob/main/LICENSE"
},
"keywords": [
"discord",
"discord.js",
"discord.py",
"willclient",
"discord",
"stews"
],
"homepage": "https://github.com/paigeroid/willclient",
"main": "./index.js"
}