{ "name": "@novnc/novnc", "version": "1.6.0", "description": "An HTML5 VNC client", "type": "module", "files": [ "core", "vendor", "AUTHORS", "VERSION", "docs/API.md", "docs/LIBRARY.md", "docs/LICENSE*" ], "exports": "./core/rfb.js", "scripts": { "lint": "eslint app core po/po2js po/xgettext-html tests utils", "test": "vitest run" }, "repository": { "type": "git", "url": "git+https://github.com/novnc/noVNC.git" }, "author": "Joel Martin (https://github.com/kanaka)", "contributors": [ "Samuel Mannehed (https://github.com/samhed)", "Pierre Ossman (https://github.com/CendioOssman)" ], "license": "MPL-2.0", "bugs": { "url": "https://github.com/novnc/noVNC/issues" }, "homepage": "https://github.com/novnc/noVNC", "devDependencies": { "@babel/core": "latest", "@babel/preset-env": "latest", "@vitest/browser-playwright": "^4.0.8", "babel-plugin-import-redirect": "latest", "browserify": "latest", "commander": "latest", "eslint": "latest", "fs-extra": "latest", "globals": "latest", "jsdom": "latest", "pofile": "latest", "vitest": "^4.0.8" }, "keywords": [ "vnc", "rfb", "novnc", "websockify" ] }