-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 941 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
31
32
33
34
35
36
37
38
39
40
{
"name": "zoro",
"version": "1.0.0",
"description": "discord bot",
"main": "index.js",
"scripts": {
"start": "node ./src/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arun-kc/novicebot.git"
},
"keywords": [
"discord",
"bot"
],
"author": "Arun KC",
"license": "MIT",
"bugs": {
"url": "https://github.com/Arun-kc/novicebot/issues"
},
"homepage": "https://github.com/Arun-kc/novicebot#readme",
"dependencies": {
"axios": "^0.21.1",
"discord-image-generation": "^1.4.9",
"discord.js": "^12.5.3",
"dotenv": "^8.2.0",
"enmap": "^5.8.4",
"mongodb": "^3.6.6",
"mongoose": "^5.12.8",
"nodemon": "^2.0.7",
"random-animals-api": "^1.2.6",
"reddit-image-fetcher": "^2.0.7"
},
"devDependencies": {
"eslint": "^7.26.0"
}
}