From 061ee7c7fd69cd3cd1225fab2f79033d9c373fc1 Mon Sep 17 00:00:00 2001 From: Elijah Duffy Date: Wed, 24 Dec 2025 18:49:20 -0800 Subject: [PATCH] node: configure publish --- node-health/package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/node-health/package.json b/node-health/package.json index 56bf162..d796a43 100644 --- a/node-health/package.json +++ b/node-health/package.json @@ -1,6 +1,14 @@ { - "name": "@health/node", + "name": "@end/node-health", + "repository": { + "type": "git", + "url": "https://gitea.auvem.com/end/health.git" + }, + "publishConfig": { + "registry": "https://gitea.auvem.com/api/packages/end/npm/" + }, "version": "0.1.0", + "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [