@arcware-cloud/pixelstreaming-websdk
Version:
WebSDK for easy implementation of pixel streaming with Arcware Cloud Services. Heavily based on the '@epicgames-ps' library.
45 lines • 1.21 kB
JSON
{
"name": "@arcware-cloud/pixelstreaming-websdk",
"description": "WebSDK for easy implementation of pixel streaming with Arcware Cloud Services. Heavily based on the '@epicgames-ps' library.",
"version": "1.5.1",
"type": "commonjs",
"main": "./index.cjs",
"types": "./types/index.d.ts",
"exports": {
".": {
"types": "./types/index.d.ts",
"require": "./index.cjs",
"import": "./index.mjs",
"default": "./index.cjs"
},
"./core": {
"types": "./types/core.d.ts",
"require": "./core.cjs",
"import": "./core.mjs",
"default": "./core.cjs"
},
"./umd": {
"require": "./index.umd.cjs",
"default": "./index.umd.cjs"
}
},
"sideEffects": false,
"keywords": [
"arcware",
"arcware cloud",
"pixelstreaming",
"epicgames",
"unrealengine"
],
"author": {
"name": "Arcware GmbH",
"email": "sales@arcware.com",
"url": "https://www.arcware.com"
},
"license": "MIT",
"peerDependencies": {
"@epicgames-ps/lib-pixelstreamingcommon-ue5.7": "^0.1.4",
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.7": "^0.2.2",
"@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.7": "^0.1.3"
}
}