wasm-rdp/websockify/package.json

18 lines
309 B
JSON

{
"name": "websockify",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"ws": "^8.17.0"
},
"devDependencies": {
"@types/node": "^20.12.8"
}
}