{ "name": "facilmap-client", "version": "3.0.0-beta1", "description": "A library that acts as a client to FacilMap and makes it possible to retrieve and modify objects on a collaborative map.", "keywords": [ "webpack", "maps", "osm", "facilmap" ], "homepage": "https://github.com/FacilMap/facilmap2", "bugs": { "url": "https://github.com/FacilMap/facilmap2/issues" }, "license": "AGPL-3.0", "author": "Candid Dauth ", "main": "./dist/client.js", "repository": { "type": "git", "url": "https://github.com/FacilMap/facilmap2.git" }, "scripts": { "build": "webpack", "watch": "webpack --watch", "clean": "rimraf dist", "dev-server": "webpack-dev-server --mode development" }, "dependencies": { "facilmap-types": "3.0.0-beta1", "socket.io-client": "^4.0.0" }, "devDependencies": { "@types/geojson": "^7946.0.7", "rimraf": "^3.0.2", "ts-loader": "^8.0.12", "typescript": "^4.1.3", "webpack": "^5.11.0", "webpack-bundle-analyzer": "^4.3.0", "webpack-cli": "^4.2.0" } }