-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 1.17 KB
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
{
"name": "Xverse-Adv-Handler",
"version": "2.1.2",
"description": "XversE-Adv-Handler is a Discord.js v13 handler with advanced features. With features such as a premium system, MongoDB connectivity, and advanced developer commands, it provides the foundation for powerful bots. Take your Discord bots to the next level by streamlining your development process <3...",
"main": "index.js",
"scripts": {
"start": "node index.js",
"node": "npm i --save-dev node@latest && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH"
},
"author": "Jarvis1337",
"maintainers": ["Jarvis1337", "X-Nova1337", "X-Kaisel", "y3rawat"],
"keywords": [
"discord.js",
"discord-bot",
"discord.js-adv-handler"
],
"homepage": "https://github.com/Jarvis1337/XversE-Adv-Handler",
"repository": "github:Jarvis1337/XversE-Adv-Handler",
"private": false,
"bugs": "https://github.com/Jarvis1337/XversE-Adv-Handler/issues",
"license": "GNU General Public License v3.0 and Attribution 4.0 International",
"dependencies": {
"discord.js": "^13.16.0",
"dotenv": "^16.4.5",
"fs": "^0.0.1-security",
"glob": "^8.1.0"
}
}