-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
30 lines (30 loc) · 1.04 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
{
"name": "@redhat-cloud-services/rbac-client",
"version": "1.3.0",
"description": "",
"main": "./index.js",
"module": "./esm/index.js",
"typings": "./index.d.ts",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RedHatInsights/javascript-clients.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/RedHatInsights/javascript-clients/issues"
},
"homepage": "https://github.com/RedHatInsights/javascript-clients#readme",
"scripts": {
"doc": "typedoc --theme markdown --out doc --gitRevision master index.ts",
"generate": "TS_POST_PROCESS_FILE='../../postProcess.sh' openapi-generator-cli generate -i $SPEC -g typescript-axios -o . --skip-validate-spec --enable-post-process-file",
"generate:prod": "SPEC='https://raw.githubusercontent.com/RedHatInsights/insights-rbac/master/docs/source/specs/openapi.json' npm run generate && ./postProcess.sh"
},
"dependencies": {
"axios": "^0.27.2",
"tslib": "^2.6.2"
}
}