-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 958 Bytes
/
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
{
"name": "Notice-PushAlarm",
"version": "0.0.16",
"description": "앱센터 13기 학과 공지 푸쉬 알람 서비스",
"main": "app.js",
"scripts": {
"dev": "nodemon app.js",
"start": "node app.js"
},
"author": "seungh",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"config": "^3.3.6",
"cookie-parser": "^1.4.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"firebase-admin": "^9.11.0",
"morgan": "^1.10.0",
"mysql2": "^2.2.5",
"node-schedule": "^2.0.0",
"nunjucks": "^3.2.3",
"path": "^0.12.7",
"puppeteer": "^10.1.0",
"request": "^2.88.2",
"sequelize": "^6.6.5",
"sequelize-cli": "^6.2.0"
},
"devDependencies": {
"nodemon": "^2.0.12",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.1.6"
}
}