{ "name": "y-websocket", "version": "1.0.6", "description": "Websockets provider for Yjs", "main": "./dist/y-websocket.js", "module": "./src/y-websocket.js", "sideEffects": false, "scripts": { "start": "node ./bin/server.js", "dist": "rm -rf dist && rollup -c", "test": "echo 'should lint here'", "lint": "standard", "preversion": "npm run lint && npm run test && npm run dist" }, "bin": { "y-websocket-server": "./bin/server.js" }, "files": [ "dist/*", "bin/*", "src/*" ], "repository": { "type": "git", "url": "git+https://github.com/yjs/y-websocket.git" }, "keywords": [ "Yjs" ], "author": "Kevin Jahns ", "license": "MIT", "bugs": { "url": "https://github.com/yjs/y-websocket/issues" }, "homepage": "https://github.com/yjs/y-websocket#readme", "standard": { "ignore": [ "/dist", "/node_modules" ] }, "dependencies": { "y-protocols": "^0.1.0", "lib0": "^0.1.1" }, "devDependencies": { "rollup": "^1.1.2", "rollup-cli": "^1.0.9", "standard": "^12.0.1", "yjs": "13.0.0-98" }, "peerDependenies": { "yjs": ">=13.0.0-98" }, "optionalDependencies": { "ws": "^6.2.1" } }