2022-07-28 17:46:12 +00:00
|
|
|
{
|
|
|
|
"name": "runtipi-appstore",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "",
|
|
|
|
"scripts": {
|
2022-08-24 09:37:18 +00:00
|
|
|
"commit": "git-cz",
|
2024-03-04 07:15:15 +00:00
|
|
|
"lint": "eslint ./apps --ext .json",
|
2022-07-28 17:46:12 +00:00
|
|
|
"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": {
|
2024-04-23 20:17:49 +00:00
|
|
|
"@commitlint/cli": "^19.3.0",
|
|
|
|
"@commitlint/config-conventional": "^19.2.2",
|
2024-03-18 20:44:38 +00:00
|
|
|
"@commitlint/cz-commitlint": "^19.2.0",
|
2022-07-28 17:46:12 +00:00
|
|
|
"@types/jest": "^28.1.6",
|
2024-03-04 07:57:55 +00:00
|
|
|
"@types/js-yaml": "^4.0.9",
|
2024-06-24 19:03:44 +00:00
|
|
|
"@types/node": "^20.14.8",
|
2024-03-04 07:31:00 +00:00
|
|
|
"@types/semver": "^7.5.8",
|
2024-03-04 20:09:28 +00:00
|
|
|
"commitizen": "^4.3.0",
|
2024-03-04 07:40:27 +00:00
|
|
|
"eslint": "^8.57.0",
|
2024-06-22 23:43:08 +00:00
|
|
|
"eslint-plugin-json-schema-validator": "^5.1.1",
|
2024-05-31 17:57:14 +00:00
|
|
|
"eslint-plugin-jsonc": "^2.16.0",
|
2024-03-04 07:30:50 +00:00
|
|
|
"husky": "^9.0.11",
|
2022-07-28 17:46:12 +00:00
|
|
|
"jest": "^28.1.3",
|
|
|
|
"js-yaml": "^4.1.0",
|
2024-06-22 23:43:08 +00:00
|
|
|
"prettier": "^3.3.2",
|
2024-05-11 10:08:06 +00:00
|
|
|
"semver": "^7.6.2",
|
2022-07-28 17:46:12 +00:00
|
|
|
"ts-jest": "^28.0.7",
|
2024-06-22 23:43:08 +00:00
|
|
|
"typescript": "^5.5.2"
|
2022-08-24 09:37:18 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"commitizen": {
|
|
|
|
"path": "@commitlint/cz-commitlint"
|
|
|
|
}
|
2022-07-28 17:46:12 +00:00
|
|
|
}
|
|
|
|
}
|