ci: add repo and npm config to package.json

This commit is contained in:
Derrick Hammer 2023-08-15 17:32:48 -04:00
parent 5de6422a16
commit 9294a4abb0
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 10 additions and 0 deletions

View File

@ -4,6 +4,10 @@
"type": "module",
"main": "lib/index.js",
"bin": "./lib/index.js",
"repository": {
"type": "git",
"url": "gitea@git.lumeweb.com:LumeWeb/publish-webapp.git"
},
"devDependencies": {
"@lumeweb/node-library-preset": "^0.2.7",
"@types/mime": "^3.0.1",
@ -24,5 +28,11 @@
"msgpackr": "^1.9.7",
"p-queue": "^7.3.4",
"prompts": "^2.4.2"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
}
}