-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 857 Bytes
/
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
{
"name": "product-details-manager",
"version": "1.0.0",
"description": "Creating RESTful API's using ExpressJS and Routes. Build a REST API using ExpressJS to manage the product details and add new products, fetch all the products available, fetch a specific product by id, delete a product.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/purnaperamune/product-details-manager.git"
},
"author": "Purna Peramune",
"license": "ISC",
"bugs": {
"url": "https://github.com/purnaperamune/product-details-manager/issues"
},
"homepage": "https://github.com/purnaperamune/product-details-manager#readme",
"dependencies": {
"express": "^4.18.2",
"swagger-ui-express": "^4.6.0",
"yamljs": "^0.3.0"
}
}