Added license and repository to package.json

This commit is contained in:
Mahesh Asolkar 2023-01-02 13:33:34 -08:00
parent 0e71c26051
commit 6b72450c24
1 changed files with 5 additions and 0 deletions

View File

@ -6,5 +6,10 @@
"main": "website.js",
"scripts": {
"start": "node website.js"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.heshapps.com/asolkar/mma-website.git"
}
}