UNPKG

unity-webgl

Version:

Unity-WebGL provides an easy solution for embedding Unity WebGL builds in your web projects, with two-way communication between your webApp and Unity application with advanced API's.

75 lines 1.83 kB
{ "name": "unity-webgl", "version": "4.4.2", "description": "Unity-WebGL provides an easy solution for embedding Unity WebGL builds in your web projects, with two-way communication between your webApp and Unity application with advanced API's.", "main": "dist/index.js", "module": "dist/index.mjs", "unpkg": "dist/index.min.js", "jsdelivr": "dist/index.min.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "module": "./dist/index.mjs", "require": "./dist/index.js" }, "./vue": { "types": "./dist/vue.d.ts", "import": "./dist/vue.mjs", "module": "./dist/vue.mjs", "require": "./dist/vue.js" }, "./*": "./*" }, "files": [ "dist", "src", "global.d.ts" ], "buildOptions": { "input": "src/index.ts", "filename": "dist/index", "name": "UnityWebgl", "dts": true }, "sideEffects": false, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "keywords": [ "unity", "unity3d", "unity webgl", "vue unity", "unity player", "vue unity player", "unity3d player" ], "author": "Mariner <mengqing723@gmail.com>", "license": "Apache-2.0", "homepage": "https://github.com/Marinerer/unity-webgl", "repository": { "type": "git", "url": "git+https://github.com/Marinerer/unity-webgl.git" }, "bugs": { "url": "https://github.com/Marinerer/jotter/issues" }, "peerDependencies": { "@vue/composition-api": "^1.7.2", "vue": "^2.0.0 || >=3.0.0" }, "peerDependenciesMeta": { "@vue/composition-api": { "optional": true } }, "dependencies": { "vue-demi": "latest" }, "scripts": { "build": "node ../../scripts/build.mjs" } }