-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "koa-mvdis",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"run": "node server.js",
"dev": "nodemon server.js",
"test": "mocha --harmony --exit --timeout 5000 --reporter spec"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/local-auth": "^2.1.0",
"@joi/date": "^2.1.0",
"ejs": "^3.1.9",
"googleapis": "^105.0.0",
"http-graceful-shutdown": "^3.1.13",
"i18n-js": "^4.2.3",
"koa": "^2.14.2",
"koa-body": "^6.0.1",
"koa-i18n": "^2.1.0",
"koa-morgan": "^1.0.1",
"koa-router": "^12.0.0",
"koa-static": "^5.0.0",
"koa-views": "^8.0.0",
"taiwan-id-validator": "^1.5.0",
"tw-id-num": "^0.2.2"
},
"devDependencies": {
"axios": "^1.3.5",
"chai": "^4.3.7",
"cheerio": "^1.0.0-rc.12",
"koa-joi-router": "^8.0.0",
"koa-joi-router-docs-v2": "^1.4.0",
"mocha": "^10.2.0",
"supertest": "^6.3.3"
}
}