-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 744 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 744 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
{
"name": "be-ghohotel",
"version": "1.0.0",
"description": "Backend Gho Hotel",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kampus-Merdeka-Software-Engineering/BE-2-surabaya-12.git"
},
"author": "Rizky Dharma Andika Raya",
"license": "ISC",
"bugs": {
"url": "https://github.com/Kampus-Merdeka-Software-Engineering/BE-2-surabaya-12/issues"
},
"homepage": "https://github.com/Kampus-Merdeka-Software-Engineering/BE-2-surabaya-12#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"mysql2": "^3.6.3",
"nodemon": "^3.0.1"
}
}