generated from UI5/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@ui5/renovate-config",
"version": "1.2.1",
"private": "true",
"description": "A Renovate preset to keep your UI5 application up-to-date",
"author": {
"name": "SAP SE",
"email": "openui5@sap.com",
"url": "https://www.sap.com"
},
"license": "Apache-2.0",
"keywords": [
"openui5",
"sapui5",
"ui5",
"development",
"linter"
],
"repository": {
"type": "git",
"url": "git+https://github.com/UI5/renovate-config.git"
},
"bugs": {
"url": "https://github.com/UI5/renovate-config/issues"
},
"scripts": {
"check-licenses": "licensee --errors-only",
"knip": "knip",
"hooks:pre-push": "npm run lint:commit",
"lint:commit": "commitlint -e",
"prepare": "node ./.husky/skip.js || husky",
"prettier": "prettier default.json lts.json datasources.json --write",
"prettier:check": "prettier default.json lts.json datasources.json --check",
"test": "npm run prettier:check && npm run knip && npm run check-licenses"
},
"devDependencies": {
"@commitlint/cli": "^20.4.3",
"@commitlint/config-conventional": "^20.4.4",
"husky": "^9.1.7",
"knip": "^5.86.0",
"licensee": "^12.0.1",
"prettier": "3.8.1"
}
}