ultrax
Version:
UltraX Package is a unique package that allows you to create cool things using simple functions and events.
38 lines (37 loc) • 880 B
JSON
{
"name": "ultrax",
"version": "2.0.5",
"description": "UltraX Package is a unique package that allows you to create cool things using simple functions and events.",
"main": "index.js",
"scripts": {
"test": "cd ExampleBot && npm i ../ && node .",
"docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
},
"keywords": [
"discord.js",
"discord-buttons",
"ultrax",
"paginator",
"welcome-canvas",
"invite-logger",
"pagination",
"canvas",
"bin"
],
"author": "UltraX",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/KarimX32/UltraX-Package.git"
},
"dependencies": {
"axios": "^0.27.2",
"discord.js": "^13.10.3",
"mongoose": "^5.13.2",
"ms": "^2.1.3"
},
"devDependencies": {
"@types/node": "^16.11.6",
"eslint": "^8.22.0"
}
}