From 0b350d09038a4b756e63b0e847d75fe4851e85cd Mon Sep 17 00:00:00 2001 From: tipi Date: Tue, 1 Jul 2025 16:07:20 +0000 Subject: [PATCH] =?UTF-8?q?authentik/package.json=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- authentik/package.json | 48 ------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 authentik/package.json diff --git a/authentik/package.json b/authentik/package.json deleted file mode 100644 index 6846091..0000000 --- a/authentik/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "runtipi-appstore", - "version": "1.0.0", - "description": "", - "type": "module", - "scripts": { - "commit": "git-cz", - "lint": "biome check", - "lint:ci": "biome ci --changed --error-on-warnings --no-errors-on-unmatched", - "test": "jest", - "prepare": "lefthook install" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/meienberger/runtipi-appstore.git" - }, - "author": "", - "license": "GNU General Public License v3.0", - "bugs": { - "url": "https://github.com/meienberger/runtipi-appstore/issues" - }, - "homepage": "https://github.com/meienberger/runtipi-appstore#readme", - "devDependencies": { - "@biomejs/biome": "2.0.0", - "@commitlint/cli": "^19.8.1", - "@commitlint/config-conventional": "^19.8.1", - "@commitlint/cz-commitlint": "^19.8.1", - "@types/jest": "^28.1.6", - "@types/js-yaml": "^4.0.9", - "@types/node": "^24.0.3", - "@types/semver": "^7.7.0", - "commitizen": "^4.3.1", - "jest": "^28.1.3", - "js-yaml": "^4.1.0", - "lefthook": "^1.11.13", - "semver": "^7.7.2", - "ts-jest": "^28.0.7", - "typescript": "^5.8.3" - }, - "config": { - "commitizen": { - "path": "@commitlint/cz-commitlint" - } - }, - "dependencies": { - "@runtipi/common": "^0.8.1" - } -}