-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 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
{
"name": "jejukindstoreproject",
"version": "1.0.0",
"description": "first commit",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --exec \"babel-node ./src/app.js\"",
"transfile": "npx babel ./src --out-dir ./lib",
"syncModels": "babel-node ./src/models/init-models.js sync",
"upload": "sh ./scripts/upload-gitignored.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kukucorn/jejukindstore_backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kukucorn/jejukindstore_backend/issues"
},
"homepage": "https://github.com/kukucorn/jejukindstore_backend#readme",
"dependencies": {
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.2",
"express-session": "^1.17.2",
"helmet": "^5.0.2",
"morgan": "^1.10.0",
"mysql2": "^2.3.3",
"node-fetch": "^2.6.7",
"passport": "^0.5.2",
"passport-google-oauth20": "^2.0.0",
"sequelize": "^6.14.0"
},
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/node": "^7.16.8",
"@babel/preset-env": "^7.16.11",
"babel-plugin-module-resolver": "^4.1.0",
"csvtojson": "^2.0.10",
"iconv": "^3.0.1",
"iconv-lite": "^0.6.3"
}
}