{
  "name": "js-streamlike-sdk",
  "version": "3.9.0",
  "description": "Streamlike JavaScript SDK",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "unpkg": "dist/index.global.js",
  "jsdelivr": "dist/index.global.js",
  "scripts": {
    "build": "npm run build:lib && npm run build:global",
    "build:lib": "tsup src/index.ts --format cjs,esm --dts",
    "build:global": "tsup src/index.ts --format iife --global-name Streamlike --minify",
    "prepublishOnly": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "streamlike",
    "video",
    "player",
    "webservice",
    "responsive"
  ],
  "author": "Mediatech",
  "license": "MIT",
  "devDependencies": {
    "tsup": "^8.0.2",
    "typescript": "^5.4.5"
  },
  "files": [
    "dist"
  ]
}
