{ "name": "drawing-app", "version": "0.1.0", "description": "CRDT-based p2p Drawing Application", "main": "index.js", "scripts": { "build": "webpack src/app.js -o public/js/app.js", "start": "http-server -c-1 -p 12345 public" }, "dependencies": { "http-server": "^0.11.1", "peer": "git+https://github.com/peers/peerjs-server.git", "peerjs": "^1.1.0", "y-array": "^10.1.4", "y-memory": "^8.0.9", "y-text": "^9.5.1", "yjs": "^12.3.3" }, "devDependencies": { "webpack": "^4.41.0", "webpack-cli": "^3.3.9" } }