discord.js-light
Version:
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.
41 lines (40 loc) • 999 B
JSON
{
"name": "discord.js-light",
"version": "4.10.0",
"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.11.66",
"discord-api-types": "^0.33.5",
"eslint": "^8.25.0"
},
"dependencies": {
"discord.js": "^13.12.0"
}
}