{ "name": "lobby", "version": "2.0.0", "private": true, "description": "lichess.org lobby", "type": "module", "module": "src/main.js", "keywords": [ "chess", "lichess", "lobby", "seek" ], "author": "Thibault Duplessis", "license": "AGPL-3.0-or-later", "devDependencies": { "@build/rollupProject": "2.0.0", "@types/debounce-promise": "^3.1.4", "@types/lichess": "2.0.0", "@types/web": "=0.0.32", "rollup": "^2.56.2", "typescript": "^4.4.3" }, "dependencies": { "chessground": "^8.1.7", "common": "2.0.0", "debounce-promise": "^3.1.2", "snabbdom": "^3.0.1" }, "scripts": { "dev": "rollup --config", "prod": "rollup --config --config-prod" } }