From d14ce52b3c83c1ec4f58b9a0b0e571ca8fead7ce Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 30 Mar 2024 21:48:26 +0100 Subject: [PATCH] update npmextra.json: githost --- npmextra.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 npmextra.json diff --git a/npmextra.json b/npmextra.json new file mode 100644 index 0000000..c582b38 --- /dev/null +++ b/npmextra.json @@ -0,0 +1,18 @@ +{ + "gitzone": { + "projectType": "npm", + "module": { + "githost": "code.foss.global", + "gitscope": "push.rocks", + "gitrepo": "smartrestic", + "description": "a modules packaging restic", + "npmPackagename": "@push.rocks/smartrestic", + "license": "MIT", + "projectDomain": "push.rocks" + } + }, + "npmci": { + "npmGlobalTools": [], + "npmAccessLevel": "public" + } +} \ No newline at end of file