This commit is contained in:
2026-03-28 09:16:54 +00:00
commit 692e45286e
18 changed files with 12509 additions and 0 deletions

30
.smartconfig.json Normal file
View File

@@ -0,0 +1,30 @@
{
"@git.zone/cli": {
"projectType": "npm",
"module": {
"githost": "code.foss.global",
"gitscope": "apiclient.xyz",
"gitrepo": "bookstack",
"description": "A TypeScript API client for BookStack, providing easy access to books, chapters, pages, shelves, and more.",
"npmPackagename": "@apiclient.xyz/bookstack",
"license": "MIT",
"keywords": [
"bookstack",
"api client",
"TypeScript",
"wiki",
"documentation"
]
},
"release": {
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
],
"accessLevel": "public"
}
},
"@ship.zone/szci": {
"npmGlobalTools": []
}
}