{
    "name": "@redhat-cloud-services/catalog-client",
    "version": "1.2.14",
    "description": "",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "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",
        "build": "tsc",
        "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/catalog-api/master/public/doc/openapi-3-v1.3.json' npm run generate"
    },
    "dependencies": {
        "axios": "^0.27.2"
    }
}
