-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "island",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "node --unhandled-rejections=strict app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"basic-auth": "^2.0.1",
"bcryptjs": "^2.4.3",
"config": "^3.3.3",
"feedparser": "^2.2.10",
"joi": "^17.2.1",
"jsonwebtoken": "^8.5.1",
"koa": "^2.13.0",
"koa-body": "^4.2.0",
"koa-bodyparser": "^4.3.0",
"koa-multer": "^1.0.2",
"koa-router": "^9.4.0",
"koa-socket-2": "^2.0.0",
"koa-static": "^5.0.0",
"koa2-cors": "^2.0.6",
"lin-mizar": "^0.3.8",
"log4js": "^6.3.0",
"mime-types": "^2.1.27",
"moment": "^2.29.1",
"mysql2": "^2.2.3",
"node-fetch": "^2.6.1",
"nodemailer": "^6.4.11",
"request": "^2.88.2",
"require-directory": "^2.1.1",
"sequelize": "^6.3.5",
"socket.io": "^3.1.0",
"uuid": "^8.3.2",
"validator": "^13.1.17",
"ws": "^7.4.2"
}
}