This commit is contained in:
2024-12-13 18:31:09 +01:00
commit 790f2371a1
15 changed files with 10132 additions and 0 deletions

18
npmextra.json Normal file
View File

@@ -0,0 +1,18 @@
{
"gitzone": {
"projectType": "npm",
"module": {
"githost": "code.foss.global",
"gitscope": "foss.global",
"gitrepo": "codefeed",
"description": "a module for creating feeds for code development",
"npmPackagename": "@foss.global/codefeed",
"license": "MIT",
"projectDomain": "foss.global"
}
},
"npmci": {
"npmGlobalTools": [],
"npmAccessLevel": "public"
}
}