-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 833 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 833 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
29
{
"name": "insurance_predictor",
"version": "1.0.0",
"description": "**--ONGOING--** <h1>InsuranSure: The All-in-One Insurance Premium Estimator 🛡️ </h1>",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon backend/server.js"
},
"repository": {
"type": "module",
"url": "git+https://github.com/Richa-2005/Insurance_Predictor.git"
},
"author": "Richa Gupta",
"license": "ISC",
"dependencies": {
"axios": "^1.7.2",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^4.19.2",
"firebase-admin": "^13.5.0",
"nodemon": "^3.1.10"
},
"bugs": {
"url": "https://github.com/Richa-2005/Insurance_Predictor/issues"
},
"homepage": "https://github.com/Richa-2005/Insurance_Predictor#readme"
}