-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.25 KB
/
package.json
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
{
"name": "propeller",
"version": "0.0.0",
"private": true,
"description": "Automated database secret rotation.",
"homepage": "https://github.com/postfinance/propeller#readme",
"bugs": {
"url": "https://github.com/postfinance/propeller/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/postfinance/propeller.git"
},
"license": "Apache-2.0",
"author": "PostFinance AG",
"scripts": {
"counterfact:argocd": "counterfact argo-cd/assets/swagger.json target/counterfact/argocd",
"openapi:generate:argocd": "openapi-generator-cli generate -i argo-cd/assets/swagger.json -g rust -o target/argo-cd",
"prepare": "husky",
"prettier": "prettier \"{,.github/**/,dev/**/,tests/resources/**/}*.{md,js,json,y(a|)ml}\"",
"prettier:check": "npm run prettier -- --check",
"prettier:format": "npm run prettier -- --write"
},
"devDependencies": {
"@commitlint/config-conventional": "19.5.0",
"@openapitools/openapi-generator-cli": "2.15.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/github": "11.0.0",
"commitlint": "19.5.0",
"counterfact": "^1.1.3",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"prettier-plugin-packagejson": "2.5.3"
}
}