{ "name": "junction-extension", "version": "1.0.2", "description": "", "main": "junction.js", "scripts": { "build": "rollup -c", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "Apache-2.0", "devDependencies": { "@rollup/plugin-commonjs": "^25.0.4", "@rollup/plugin-node-resolve": "^15.2.1", "rollup": "3.28.1" }, "dependencies": { "socket.io-client": "^4.7.2" }, "type": "module" }