Files
platformclient/.smartconfig.json
T

26 lines
648 B
JSON
Raw Normal View History

2024-02-17 20:24:28 +01:00
{
"@git.zone/cli": {
2024-02-17 20:24:28 +01:00
"projectType": "npm",
"module": {
"githost": "gitlab.com",
"gitscope": "serve.zone",
"gitrepo": "platformclient",
"description": "a module that makes it really easy to use the serve.zone platform inside your app",
"npmPackagename": "@serve.zone/platformclient",
"license": "MIT",
"projectDomain": "serve.zone"
},
"release": {
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
],
"accessLevel": "public"
2024-02-17 20:24:28 +01:00
}
},
"@ship.zone/szci": {
2024-02-17 20:24:28 +01:00
"npmGlobalTools": [],
"npmAccessLevel": "public"
}
}