{
  "name": "@tsocial/tvweb-sdk",
  "version": "5.37.0",
  "description": "TV Web SDK - The Standalone SDK",
  "keywords": [],
  "author": "Nha Hoang <nha.hoang@trustingsocial.com>",
  "license": "ISC",
  "main": "build/tvweb-sdk.cjs.min.js",
  "module": "build/esm/tvweb-sdk.esm.min.js",
  "src": "src/index.ts",
  "types": "build/types/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "build",
    "assets"
  ],
  "exports": {
    ".": {
      "types": "./build/types/index.d.ts",
      "import": "./build/esm/tvweb-sdk.esm.min.js",
      "require": "./build/tvweb-sdk.cjs.min.js"
    }
  },
  "scripts": {
    "build": "yarn run tvweb-builder --type standalone --libName TVWebSDK --typescript",
    "pack": "tvweb-builder --type standalone --libName TVWebSDK --defaultAssetRoot ./assets",
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "devDependencies": {
    "@tsocial/tvweb-builder": "5.37.0",
    "@tsocial/tvweb-core": "5.37.0",
    "@tsocial/tvweb-ui": "5.37.0",
    "invariant": "^2.2.4",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "styled-components": "^6.1.12"
  },
  "gitHead": "5abe6bf003f096599ada239c37eacb329e1195a3"
}
