{
  "name": "akool-streaming-avatar-sdk",
  "version": "2.0.0",
  "description": "A generic JavaScript SDK for Agora RTC streaming avatar integration",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.esm.js",
  "types": "./dist/index.d.ts",
  "browser": "./dist/index.iife.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "clean": "rm -rf dist",
    "prepare": "npm run clean && npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "akool",
    "agora",
    "rtc",
    "streaming",
    "avatar",
    "sdk"
  ],
  "author": "Rinku Samanta",
  "license": "ISC",
  "dependencies": {
    "agora-rtc-sdk-ng": "^4.19.3"
  },
  "devDependencies": {
    "@types/node": "^20.10.5",
    "tsup": "^8.0.1",
    "typescript": "^5.3.3"
  },
  "peerDependencies": {
    "agora-rtc-sdk-ng": "^4.19.3"
  },
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.cjs.js",
      "types": "./dist/index.d.ts"
    }
  },
  "unpkg": "dist/index.iife.js",
  "jsdelivr": "dist/index.iife.js",
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/akool-rinku/akool-streaming-avatar-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/akool-rinku/akool-streaming-avatar-sdk/issues"
  },
  "homepage": "https://github.com/akool-rinku/akool-streaming-avatar-sdk#readme"
}
