{
  "name": "@amagyar-iohk/identus-cloud-agent-client",
  "version": "1.0.0-1-12345",
  "description": "TypeScript OpenAPI client for Identus Cloud Agent",
  "author": "allain.magyar@iohk.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/hyperledger-identus/cloud-agent/"
  },
  "keywords": [
    "fetch",
    "typescript",
    "openapi-client",
    "openapi-generator"
  ],
  "license": "Apache-2.0",
  "main": "./dist/index.js",
  "type": "commonjs",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "./dist"
  ],
  "typings": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build"
  },
  "dependencies": {
    "es6-promise": "^4.2.4",
    "url-parse": "^1.4.3",
    "whatwg-fetch": "^3.0.0"
  },
  "devDependencies": {
    "@types/url-parse": "1.4.4",
    "typescript": "^4.0"
  }
}
