-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
36 lines (36 loc) · 847 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
{
"name": "nana-bot",
"version": "2.10.0",
"description": "Search, read, and download doujin book directly from your discord channel",
"main": "app.js",
"scripts": {
"start": "node .",
"lint": "eslint --ignore-path .gitignore \"**/*.js\"",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"sqlite3": "^5.0.0",
"discord.js": "12.2.0",
"axios": ">=0.21.1",
"nana-api": "^1.1.2",
"discord.js-light": "3.1.1"
},
"engines": {
"node": "12.x"
},
"author": "Rin <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/masami45/Nana.git"
},
"bugs": {
"url": "https://github.com/masami45/Nana/issues"
},
"homepage": "https://github.com/masami45/Nana/#readme",
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}