-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 KB
/
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
41
42
43
44
45
{
"name": "waifu-images-bot",
"version": "0.4.0",
"main": "app.js",
"private": false,
"repository": "https://github.com/guastallaigor/waifu-images-bot.git",
"description": "Discord Bot. Get a random waifu image everytime you type any command",
"homepage": "https://github.com/guastallaigor/vue-paycard#readme",
"author": "Igor Guastalla de Lima <limaguastallaigor@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/guastallaigor/waifu-images-bot/issues"
},
"scripts": {
"start": "node ./src/app.js",
"prettier": "prettier --check 'src/**/*.js'",
"dev": "nodemon ./src/app.js"
},
"keywords": [
"discord",
"bot",
"discord-bot",
"waifu",
"waifu-images-bot",
"waifu-images",
"waifu-image"
],
"dependencies": {
"axios": "^1.0.0",
"discord.js": "^14.5.0",
"dotenv": "^16.0.3"
},
"type": "module",
"engines": {
"node": ">=16.9.0"
},
"devDependencies": {
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"nodemon": "^2.0.20",
"prettier": "^2.7.1"
}
}