-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 641 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 641 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
{
"name": "Sabil",
"version": "1.0.0",
"engines": {
"node": "16.x"
},
"description": "A functional ecommerce web application that is developed by using React, Redux, Node.js, Express, MongoDB",
"main": "index.js",
"scripts": {
"start": "sudo docker-compose up",
"build": "docker-compose build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shakilhasan/sabil.git"
},
"keywords": [],
"author": "Md.Shakil Hasan Ibn Younus",
"license": "ISC",
"bugs": {
"url": "https://github.com/shakilhasan/sabil/issues"
},
"homepage": "https://github.com/shakilhasan/sabil#readme"
}