UNPKG

@tsocial/tvweb-sdk

Version:

TV Web SDK - The Standalone SDK

42 lines (41 loc) 1.2 kB
{ "name": "@tsocial/tvweb-sdk", "version": "5.38.6", "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.38.6", "@tsocial/tvweb-core": "5.38.6", "@tsocial/tvweb-ui": "5.38.6", "invariant": "^2.2.4", "react": "^16.14.0", "react-dom": "^16.14.0", "styled-components": "^6.1.12" }, "gitHead": "5373d37725046a0a75dcec7eee126a2861f06638" }