forked from junbyeol/kaist-ua-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.22 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
43
44
45
46
47
48
49
{
"name": "kaist-ua-server",
"version": "1.0.0",
"description": "KAIST UA Web App",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint '**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/winningarc/kaist-ua-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/winningarc/kaist-ua-server/issues"
},
"homepage": "https://github.com/winningarc/kaist-ua-server#readme",
"dependencies": {
"@koa/cors": "^3.0.0",
"aws-sdk": "^2.766.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"jsonwebtoken": "^8.5.1",
"koa": "^2.13.0",
"koa-body": "^4.1.1",
"koa-helmet": "^5.2.0",
"koa-logger": "^3.2.1",
"koa-passport": "^4.1.3",
"koa-router": "^8.0.8",
"koa2-swagger-ui": "^4.0.1",
"mem": "^6.1.0",
"mysql2": "^2.1.0",
"nodemon": "^2.0.3",
"passport": "^0.4.1",
"passport-accesstoken": "^0.1.0",
"router": "^1.3.5",
"sequelize": "^6.3.5",
"sequelize-cli": "^6.2.0",
"swagger-jsdoc": "^4.0.0",
"yarn": "^1.22.10"
},
"devDependencies": {
"eslint": "^7.7.0"
}
}