-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (31 loc) · 838 Bytes
/
package.json
File metadata and controls
32 lines (31 loc) · 838 Bytes
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
{
"name": "bananapi",
"version": "1.0.0",
"description": "An awesome API for your convenience.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_ENV=production node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bananaboy21/bananapi.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/bananaboy21/bananapi/issues"
},
"homepage": "https://github.com/bananaboy21/bananapi#readme",
"dependencies": {
"debug": "^4.0.1",
"discord.js": "github:discordjs/discord.js",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-promise-router": "^3.0.3",
"express-session": "^1.15.6",
"klasa": "github:dirigeants/klasa",
"morgan": "^1.9.1",
"pg": "^7.4.3"
}
}