fix(core): update

This commit is contained in:
2023-10-11 18:12:09 +02:00
commit e46ede98f2
16 changed files with 6196 additions and 0 deletions

18
npmextra.json Normal file
View File

@@ -0,0 +1,18 @@
{
"gitzone": {
"projectType": "npm",
"module": {
"githost": "gitlab.com",
"gitscope": "push.rocks",
"gitrepo": "smartpnpm",
"description": "use pnpm in your code",
"npmPackagename": "@push.rocks/smartpnpm",
"license": "MIT",
"projectDomain": "push.rocks"
}
},
"npmci": {
"npmGlobalTools": [],
"npmAccessLevel": "public"
}
}