-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 897 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
{
"name": "ppap.server",
"version": "1.0.0",
"description": "node koa2 API",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ppap6/PPAP.server.git"
},
"keywords": [
"koa2",
"node",
"koa-router"
],
"author": "jwchan1996",
"license": "MIT",
"bugs": {
"url": "https://github.com/ppap6/PPAP.server/issues"
},
"homepage": "https://github.com/ppap6/PPAP.server#readme",
"dependencies": {
"jsonwebtoken": "^8.5.1",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-jwt": "^3.6.0",
"koa-router": "^7.4.0",
"mongodb": "^3.2.7",
"mysql": "^2.17.1",
"nodemailer": "^6.4.6",
"saslprep": "^1.0.3",
"segmentit": "^2.0.3"
},
"devDependencies": {}
}