{
  "name": "sailpoint-sdk",
  "version": "1.6.7",
  "description": "OpenAPI client for sailpoint-sdk",
  "author": "SailPoint Developer Relations",
  "repository": {
    "type": "git",
    "url": "https://github.com/sailpoint-oss/typescript-sdk.git"
  },
  "keywords": [
    "axios",
    "typescript",
    "openapi-client",
    "openapi-generator",
    "sailpoint-sdk"
  ],
  "license": "Unlicense",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build"
  },
  "dependencies": {
    "axios": "^1.6.1"
  },
  "devDependencies": {
    "@types/node": "12.11.5 - 12.20.42",
    "typescript": "^4.0 || ^5.0"
  },
  "publishConfig": {
    "registry": "sailpoint.com"
  }
}
