From 61ac47fd052de1ca471cbf8241ef8ecca546faa1 Mon Sep 17 00:00:00 2001 From: Alix von Schirp Date: Sun, 31 Aug 2025 14:30:00 +0200 Subject: [PATCH] chore(package.json): add maintainers --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/package.json b/package.json index aef4cd1..800249f 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,18 @@ "*.{js,ts,jsx,tsx}": "eslint --cache --fix .", "*.{js,ts,jsx,tsx,json,css,md}": "prettier --write" }, + "maintainers": [ + { + "name": "Alix von Schirp", + "email": "hi@b00tload.space", + "url": "https://b00tload.space" + }, + { + "name": "Ole", + "email": "jateute123@gmail.com", + "url": "https://github.com/jateute" + } + ], "packageManager": "pnpm@10.6.5", "publishConfig": { "main": "dist/index.js",