-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 953 Bytes
/
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
{
"name": "kubectl-pdborked",
"version": "1.0.0",
"description": "A kubectl plugin extension to identify PDBs with no allowed disruptions",
"main": "index.js",
"dependencies": {
"markdown-spellcheck": "^1.3.1",
"markdownlint": "^0.32.1",
"markdownlint-cli": "^0.39.0"
},
"devDependencies": {
"husky": "^9.0.11",
"lint-staged": "^15.2.2"
},
"scripts": {
"spell-check": "mdspell -arn --en-gb \"{infrastructure,scripts}/**/*.md\" \"!**/node_modules/**/*.md\" README.md",
"lint-markdown": "markdownlint README.md --ignore \"**/node_modules/**/*.md\"",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paddymorgan84/kubectl-pdborked.git"
},
"author": "Paddy Morgan",
"license": "ISC",
"bugs": {
"url": "https://github.com/paddymorgan84/kubectl-pdborked/issues"
},
"homepage": "https://github.com/paddymorgan84/kubectl-pdborked#readme"
}