-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 900 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
24
25
26
27
28
29
30
{
"name": "jarvis",
"version": "1.0.0",
"description": "J.A.R.V.I.S rewrite in discord.js",
"main": "index.js",
"dependencies": {
"axios": "^0.21.4",
"base64-to-image": "^1.0.2",
"discord.js": "^13.1.0",
"discord.js-commando": "^0.12.3",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"ms": "^3.0.0-canary.1"
},
"scripts": {
"test": "node index.js",
"comment" : "ok yeah I know this is the worst way you can create a comment, but this is a json file. Also the `npm test` isnt quite a test per se, its just running the bot to check for syntax errors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArvindAROO/JARVIS.js.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ArvindAROO/JARVIS.js/issues"
},
"homepage": "https://github.com/ArvindAROO/JARVIS.js#readme"
}