49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|