{
  "name": "@ringer-tel/ivy",
  "version": "1.0.5",
  "description": "TypeScript SDK for Ringer APIs",
  "main": "index.ts",
  "types": "index.ts",
  "files": [
    "**/*.ts",
    "apis/",
    "models/",
    "runtime.ts",
    "index.ts"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "ringer",
    "api",
    "sdk",
    "typescript"
  ],
  "author": "Ringer",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/teliax/ringer-redoc.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {},
  "devDependencies": {
    "typescript": "^5.0.0"
  }
}