svelte-vnc
Version:
noVNC component for svelte 4 and 5 without using iframe. Supports multiple instances of itself enabling the user to visualize multiple vnc streams in the same page
41 lines (40 loc) • 991 B
JSON
{
"name": "svelte-vnc",
"version": "2.1.0",
"description": "noVNC component for svelte 4 and 5 without using iframe. Supports multiple instances of itself enabling the user to visualize multiple vnc streams in the same page",
"main": "build/index.js",
"module": "build/index.mjs",
"svelte": "./src/index.mjs",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w"
},
"exports": {
"import": "./src/index.mjs",
"require": "./src/index.js",
"svelte": "./src/index.mjs"
},
"repository": {
"type": "git",
"url": "https://github.com/Zucchy00/svelte-vnc.git"
},
"keywords": [
"noVNC",
"Svelte",
"vnc",
"websocket",
"remote-desktop",
"svelte-vnc"
],
"author": "daniele_zucchelli",
"license": "ISC",
"devDependencies": {
"rollup": "^4.37.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "^7.2.2",
"svelte": "^5.25.3"
},
"peerDependencies": {
"svelte": ">=4.0.0"
}
}