This commit establishes the foundational structure for @push.rocks/smartregistry, a registry for npm modules and OCI images. Includes development environment configuration, build tooling, and CI/CD workflows for automated testing and publishing. Co-authored-by: Ona <no-reply@ona.com>
19 lines
428 B
JSON
19 lines
428 B
JSON
{
|
|
"gitzone": {
|
|
"projectType": "npm",
|
|
"module": {
|
|
"githost": "code.foss.global",
|
|
"gitscope": "push.rocks",
|
|
"gitrepo": "smartregistry",
|
|
"description": "a registry for npm modules and oci images",
|
|
"npmPackagename": "@push.rocks/smartregistry",
|
|
"license": "MIT",
|
|
"projectDomain": "push.rocks"
|
|
}
|
|
},
|
|
"npmci": {
|
|
"npmGlobalTools": [],
|
|
"npmAccessLevel": "public"
|
|
}
|
|
}
|