a6f1df97e8
Bumps the minor-patch-dev group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 20.14.7 to 20.14.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch-dev ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "runtipi-appstore",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "",
|
|
"scripts": {
|
|
"commit": "git-cz",
|
|
"lint": "eslint ./apps --ext .json",
|
|
"test": "jest",
|
|
"prepare": "husky 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": {
|
|
"@commitlint/cli": "^19.3.0",
|
|
"@commitlint/config-conventional": "^19.2.2",
|
|
"@commitlint/cz-commitlint": "^19.2.0",
|
|
"@types/jest": "^28.1.6",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "^20.14.8",
|
|
"@types/semver": "^7.5.8",
|
|
"commitizen": "^4.3.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-json-schema-validator": "^5.1.1",
|
|
"eslint-plugin-jsonc": "^2.16.0",
|
|
"husky": "^9.0.11",
|
|
"jest": "^28.1.3",
|
|
"js-yaml": "^4.1.0",
|
|
"prettier": "^3.3.2",
|
|
"semver": "^7.6.2",
|
|
"ts-jest": "^28.0.7",
|
|
"typescript": "^5.5.2"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "@commitlint/cz-commitlint"
|
|
}
|
|
}
|
|
}
|