{ "name": "facilmap-client", "version": "3.4.0", "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/facilmap", "bugs": { "url": "https://github.com/FacilMap/facilmap/issues" }, "license": "AGPL-3.0", "author": "Candid Dauth ", "main": "./dist/client.mjs", "type": "module", "types": "./dist/client.d.ts", "repository": { "type": "git", "url": "https://github.com/FacilMap/facilmap.git" }, "files": [ "dist", "src", "README.md", "tsconfig.json" ], "scripts": { "build": "vite build", "clean": "rimraf dist", "dev-server": "vite" }, "dependencies": { "facilmap-types": "3.4.0", "socket.io-client": "^4.6.1" }, "devDependencies": { "@types/geojson": "^7946.0.10", "@types/rollup-plugin-auto-external": "^2.0.2", "rimraf": "^4.4.1", "rollup-plugin-auto-external": "^2.0.0", "typescript": "^5.2.2", "vite": "^4.2.1", "vite-plugin-dts": "^2.2.0" } }