-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 952 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 952 Bytes
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": "server",
"version": "1.0.0",
"description": "### Code Convention - 클래스 : UpperCamelCase - 메서드, 변수: lowerCamelCase",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SideProject-DIMO/Server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SideProject-DIMO/Server/issues"
},
"homepage": "https://github.com/SideProject-DIMO/Server#readme",
"dependencies": {
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"coolsms-node-sdk": "^2.0.1",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"firebase": "^10.5.0",
"firebase-admin": "^11.11.0",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.3.1",
"puppeteer": "^20.4.0"
}
}