arzeroxjs
Version:
Create discord bots easily with Arzerox Javascript package.
37 lines (36 loc) • 790 B
JSON
{
"name": "arzeroxjs",
"version": "1.13.3",
"description": "Create discord bots easily with Arzerox Javascript package.",
"main": "index.js",
"scripts": {
"test": "node Examples/latest.js"
},
"bin": {
"ajsreg": "./setup.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LordKamaYT/arzeroxjs.git"
},
"keywords": [
"Discord",
"discord",
"javascript",
"discord.js",
"arzerox",
"arzeroxjs"
],
"author": "Kama",
"license": "MIT",
"bugs": {
"url": "https://github.com/LordKamaYT/arzeroxjs/issues"
},
"homepage": "https://github.com/LordKamaYT/arzeroxjs#readme",
"dependencies": {
"@inquirer/select": "^1.2.3",
"chalk": "^4.1.2",
"discord.js": "^14.7.1",
"inquirer": "^8.2.5"
}
}