I have an app where I didn't add its repository in package.json
while doing npm init
.
Now I want to add repo in the package.json
file, but couldn't find helpful solutions for me.
Also, I found repository url's ending like this .git
but my repo address is simply this https://github.com/sonyzach/usfm-validator
- How can I add my repo url in my package.json?
- Which format need to add in package.json?