authentik/package.json gelöscht
This commit is contained in:
parent
df63e56de4
commit
0b350d0903
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user