-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
55 lines (55 loc) · 1.26 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@bitnami/readme-generator-for-helm",
"version": "2.6.2",
"description": "Autogenerate READMEs tables and OpenAPI schemas for Helm Charts",
"main": "index.js",
"scripts": {
"test": "npx jest",
"test-ci": "npx jest --ci --reporters 'github-actions'",
"lint": "./node_modules/eslint/bin/eslint.js ."
},
"bin": {
"readme-generator": "./bin/index.js"
},
"keywords": [
"README",
"Helm",
"Chart",
"Kubernetes",
"table",
"autogenerate"
],
"license": "Apache-2.0",
"dependencies": {
"commander": "^7.1.0",
"dot-object": "^2.1.4",
"lodash": "^4.17.21",
"markdown-table": "^2.0.0",
"yaml": "^2.0.0-3"
},
"devDependencies": {
"eslint": "^7.24.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"jest": "^29.2.1",
"temp": "^0.9.4"
},
"directories": {
"lib": "lib",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitnami/readme-generator-for-helm.git"
},
"author": "",
"bugs": {
"url": "https://github.com/bitnami/readme-generator-for-helm/issues"
},
"homepage": "https://github.com/bitnami/readme-generator-for-helm#readme",
"pkg": {
"assets": [
"config.json"
]
}
}