-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 851 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
36
37
{
"name": "apibackend",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"bcrypt": "^4.0.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-group-routes": "^1.1.0",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.2",
"mysql2": "^2.1.0",
"nodemon": "^2.0.2",
"pg": "^7.18.2",
"sequelize": "^5.21.5",
"sequelize-cli": "^5.5.1"
},
"devDependencies": {},
"scripts": {
"start": "nodemon index.js"
},
"engines": {
"node": ">=8.6"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Harttonz/landtick-Backend.git"
},
"bugs": {
"url": "https://github.com/Harttonz/landtick-Backend/issues"
},
"homepage": "https://github.com/Harttonz/landtick-Backend#readme",
"description": ""
}