-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.37 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
50
51
52
53
{
"name": "book",
"version": "1.0.0",
"description": "## SQL문 작성 주의사항",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx babel-node app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/preset-env": "^7.20.2",
"apple-auth": "^1.0.7",
"aws-sdk": "^2.1305.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"connect-mysql2": "^2.2.6",
"connect-redis": "^6.1.3",
"crypto": "^1.0.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-mysql-session": "^2.1.8",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"init": "^0.1.2",
"jsonwebtoken": "^9.0.0",
"method-override": "^3.0.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.10.0",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"passport-apple": "^2.0.2",
"path": "^0.12.7",
"redis": "^3.1.2",
"redis-server": "^1.2.2",
"regex-email": "^1.0.2",
"request": "^2.88.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BookMark-Oneline/Server_Nodejs.git"
},
"bugs": {
"url": "https://github.com/BookMark-Oneline/Server_Nodejs/issues"
},
"homepage": "https://github.com/BookMark-Oneline/Server_Nodejs#readme",
"devDependencies": {
"nodemon": "^2.0.20",
"ts-node": "^10.9.1"
}
}