{
  "name": "@connectedxm/admin-sdk",
  "version": "11.15.0",
  "description": "OpenAPI client for @connectedxm/admin-sdk",
  "author": "OpenAPI-Generator Contributors",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/connectedxm/admin-sdk.git"
  },
  "keywords": [
    "axios",
    "typescript",
    "openapi-client",
    "openapi-generator",
    "@connectedxm/admin-sdk"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "module": "./dist/esm/index.js",
  "sideEffects": false,
  "scripts": {
    "build": "tsc && tsc -p tsconfig.esm.json",
    "prepare": "npm run build"
  },
  "dependencies": {
    "axios": "~1.20.0"
  },
  "devDependencies": {
    "@types/node": "12.11.5 - 12.20.42",
    "typescript": "^4.0 || ^5.0"
  },
  "publishConfig": {
    "access": "public"
  }
}