-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 771 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "sgh_cleanbag",
"version": "1.0.0",
"description": "This is a **Smart Waste Management System** designed for **Jamnagar Municipal Corporation (JMC)**. The platform helps residents report waste collection issues, allows garbage collectors to manage pickups, and provides administrators with insights into waste management operations.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Manthan29-code/SGH_CLEANBAG.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Manthan29-code/SGH_CLEANBAG/issues"
},
"homepage": "https://github.com/Manthan29-code/SGH_CLEANBAG#readme"
}