-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 781 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 781 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
{
"name": "hydromon-api",
"version": "1.0.0",
"description": "C22-HY03 HydroMon API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HydroMon/hydromon-cloud-computing.git"
},
"author": "C22-HY03 HydroMon Cloud Computing",
"license": "ISC",
"bugs": {
"url": "https://github.com/HydroMon/hydromon-cloud-computing/issues"
},
"homepage": "https://github.com/HydroMon/hydromon-cloud-computing#readme",
"dependencies": {
"@google-cloud/firestore": "^5.0.2",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"jsonwebtoken": "^8.5.1",
"nodemon": "^2.0.16",
"password-hash": "^1.2.2"
}
}