-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 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
{
"name": "miso-todo-api",
"version": "1.0.0",
"description": "# 미소의 할일 ![Generic badge](https://img.shields.io/badge/PRs-welcome-orange.svg) [![GitHub latest commit](https://img.shields.io/github/last-commit/Miso-Todo/Miso-Todo-API)](https://github.com/Miso-Todo/Miso-Todo-API/commit)",
"main": "server.js",
"scripts": {
"dev": "nodemon app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DDinoBox/Miso-Todo-API.git"
},
"author": "DinoBox",
"license": "ISC",
"bugs": {
"url": "https://github.com/DDinoBox/Miso-Todo-API/issues"
},
"homepage": "https://github.com/Miso-Todo/Miso-Todo-API",
"dependencies": {
"bcrypt": "^5.1.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"mysql2": "^2.3.3",
"passport": "^0.6.0",
"passport-kakao": "^1.0.1",
"passport-local": "^1.0.0",
"routes": "^2.1.0",
"sequelize": "^6.23.2",
"sequelize-cli": "^6.5.1"
},
"devDependencies": {
"nodemon": "^2.0.20",
"swagger-autogen": "^2.22.0",
"swagger-jsdoc": "^6.2.5",
"swagger-ui-express": "^4.5.0"
}
}