{
    "name": "@energyweb/issuer-api-client",
    "version": "0.2.0",
    "description": "Client library interacting with the Issuer API",
    "homepage": "https://github.com/energywebfoundation/origin/tree/master/packages/issuer-api-client#readme",
    "author": "EnergyWeb DevHub GmbH; Joseph Bagaric, joseph.bagaric@energyweb.org",
    "license": "GPL-3.0-or-later",
    "main": "dist/js/index.js",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/energywebfoundation/origin.git"
    },
    "bugs": {
        "url": "https://github.com/energywebfoundation/origin/issues"
    },
    "scripts": {
        "build": "yarn build:ts",
        "build:ts": "yarn build:client 1>/dev/null 2>/dev/null && tsc -b tsconfig.json",
        "build:client": "yarn client:generate:schema && yarn client:generate && yarn client:clean",
        "clean": "shx rm -rf dist dist-shakeable",
        "client:generate": "openapi-generator-cli generate -g typescript-axios -i src/schema.yaml -o src --api-name-suffix Client --remove-operation-id-prefix",
        "client:generate:schema": "ts-node src/generateSchema.ts",
        "client:clean": "find src/ -type f  ! -name \"*.ts\"  -delete"
    },
    "dependencies": {
        "axios": "0.21.1"
    },
    "devDependencies": {
        "@energyweb/issuer-api": "0.3.0",
        "@nestjs/swagger": "4.8.2",
        "@nestjs/testing": "7.6.18",
        "@nestjs/typeorm": "7.1.5",
        "@openapitools/openapi-generator-cli": "2.3.10",
        "@types/mocha": "9.0.0",
        "@types/node": "14.17.12",
        "json-to-pretty-yaml": "1.2.2",
        "mocha": "9.1.1",
        "prettier": "2.3.2",
        "ts-node": "9.1.1",
        "typescript": "4.4.2"
    },
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org"
    },
    "files": [
        "dist"
    ],
    "resolutions": {
        "tslib": "2.3.1"
    }
}
