-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.23 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": "visquit-backend",
"version": "1.0.0",
"description": "CSE406 Project : Visquit",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bin/www.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FallenMapoBridge/visquit-backend.git"
},
"keywords": [
"voice-based-ordering",
"SK",
"NUGU",
"nodejs",
"express",
"AI"
],
"author": "Kim Jung Mo,Lee Ha Min,Lee Hyo Sik,Hwang Sung Woo",
"license": "ISC",
"bugs": {
"url": "https://github.com/FallenMapoBridge/visquit-backend/issues"
},
"homepage": "https://github.com/FallenMapoBridge/visquit-backend#readme",
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express-list-endpoints": "^4.0.1",
"formidable": "^1.2.1",
"mariadb": "^2.1.3",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"mysql": "^2.17.1",
"sequelize": "^5.21.2",
"swagger-ui-express": "^4.1.2",
"winston": "^3.2.1"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2"
}
}