-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
40 lines (40 loc) · 979 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
34
35
36
37
38
39
40
{
"name": "discord.js-light",
"version": "4.0.0-dev",
"description": "All the power of discord.js, zero caching. This library modifies discord.js's internal classes and functions in order to give you full control over its caching behaviour.",
"main": "client.js",
"typings": "./client.d.ts",
"scripts": {
"test": "echo \"No test specified\" && exit 0"
},
"repository": {
"url": "https://github.com/timotejroiko/discord.js-light.git"
},
"bugs": "https://github.com/timotejroiko/discord.js-light/issues",
"keywords": [
"discord",
"discord.js",
"light",
"api",
"bot",
"client",
"djs"
],
"author": "Timotej Valentin Rojko",
"funding": {
"type": "patreon",
"url": "https://patreon.com/timotejroiko"
},
"license": "Apache-2.0",
"engines": {
"node": ">=16.6.0"
},
"devDependencies": {
"@types/node": "^16.6.1",
"discord-api-types": "^0.22.0",
"eslint": "^7.32.0"
},
"dependencies": {
"discord.js": "github:discordjs/discord.js"
}
}