-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "floracare",
"version": "1.0.0",
"description": "MLH Hackathon 18 June 2021",
"main": "index.js",
"scripts": {
"start": "node index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adityaofficial10/FloraCare.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/adityaofficial10/FloraCare/issues"
},
"homepage": "https://github.com/adityaofficial10/FloraCare#readme",
"dependencies": {
"@serialport/parser-readline": "^10.5.0",
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"image-to-base64": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"sequelize": "^6.6.2",
"sequelize-cockroachdb": "^6.0.0",
"serialport": "^10.5.0"
}
}