-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
23 lines (23 loc) · 815 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
{
"name": "djs_cmd_handler_template",
"version": "1.0.0",
"description": "A template in discord.js that uses a command handler to support efficient development.\r # How to use\r If you want to use this code on the VPS...\r > Add a Bot token in the environment variable named token, start it, and it will work.",
"main": "main.js",
"dependencies": {
"discord.js": "^12.5.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Saroniii/djs_cmd_handler_template.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Saroniii/djs_cmd_handler_template/issues"
},
"homepage": "https://github.com/Saroniii/djs_cmd_handler_template#readme"
}