feat(sdk): add initial browser and server authentication SDK exports
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"@git.zone/cli": {
|
||||
"schemaVersion": 2,
|
||||
"projectType": "npm",
|
||||
"module": {
|
||||
"githost": "code.foss.global",
|
||||
"gitscope": "idp.global",
|
||||
"gitrepo": "sdk",
|
||||
"description": "Reusable browser and server SDK for idp.global authentication.",
|
||||
"npmPackagename": "@idp.global/sdk",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"idp.global",
|
||||
"sdk",
|
||||
"authentication",
|
||||
"oidc",
|
||||
"smartdata"
|
||||
]
|
||||
},
|
||||
"release": {
|
||||
"targets": {
|
||||
"git": {
|
||||
"enabled": true,
|
||||
"remote": "origin"
|
||||
},
|
||||
"npm": {
|
||||
"enabled": false,
|
||||
"registries": [
|
||||
"https://verdaccio.lossless.digital",
|
||||
"https://registry.npmjs.org"
|
||||
],
|
||||
"accessLevel": "public"
|
||||
},
|
||||
"docker": {
|
||||
"enabled": false,
|
||||
"engine": "tsdocker"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@ship.zone/szci": {}
|
||||
}
|
||||
Reference in New Issue
Block a user