{
  "name": "@epilot/customer-portal-client",
  "version": "0.22.2",
  "description": "API Client for epilot portal API",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/epilot-dev/sdk-js.git",
    "directory": "clients/customer-portal-client"
  },
  "bugs": {
    "url": "https://github.com/epilot-dev/sdk-js/issues"
  },
  "homepage": "https://github.com/epilot-dev/sdk-js/tree/main/clients/customer-portal-client#readme",
  "keywords": [
    "epilot",
    "sdk",
    "customer-portal"
  ],
  "scripts": {
    "test": "jest",
    "typescript": "tsc",
    "bundle-definition": "webpack",
    "openapi": "node ../../scripts/update-openapi.js https://docs.api.epilot.io/customer-portal.yaml",
    "typegen": "openapi typegen src/openapi.json --client -b '/* eslint-disable */' > src/openapi.d.ts",
    "build": "tsc && npm run build:patch && npm run bundle-definition",
    "build:patch": "sed -i'' -e '/^__exportStar.*openapi.*$/d' dist/index.js",
    "build:watch": "npm run build && tsc -w",
    "prepublishOnly": "npm run typegen && npm run build",
    "lint": "pnpm exec eslint src"
  },
  "files": [
    "*.js",
    "*.d.ts",
    "**/*.json",
    "**/*.js",
    "**/*.d.ts",
    "!*.test.*",
    "!**/*.test.*",
    "!node_modules",
    "!src",
    "**/*.json",
    "!*.config.js"
  ],
  "author": "epilot GmbH",
  "license": "UNLICENSED",
  "private": false,
  "peerDependencies": {
    "axios": "^1.6.2"
  },
  "dependencies": {
    "buffer": "^6.0.3",
    "https-browserify": "^1.0.0",
    "openapi-client-axios": "^7.6.0",
    "stream-http": "^3.1.1",
    "url": "^0.11.0",
    "util": "^0.12.3"
  },
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "axios": "^1.6.2",
    "copy-webpack-plugin": "^7.0.0",
    "jest": "^26.6.3",
    "json-loader": "^0.5.7",
    "openapicmd": "^2.7.0",
    "ts-jest": "^26.5.0",
    "ts-loader": "^8.0.14",
    "ts-node": "^10.9.1",
    "typescript": "^4.1.3",
    "webpack": "^5.18.0",
    "webpack-cli": "^4.4.0"
  }
}
