{ "name": "facilmap-types", "version": "3.4.0", "description": "Typescript typings for the FacilMap communication between client and server.", "homepage": "https://github.com/FacilMap/facilmap", "bugs": { "url": "https://github.com/FacilMap/facilmap/issues" }, "license": "AGPL-3.0", "author": "Candid Dauth ", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/FacilMap/facilmap.git" }, "scripts": { "build": "tsc", "clean": "rimraf dist" }, "files": [ "dist", "src", "README.md", "tsconfig.json" ], "dependencies": { "@types/geojson": "^7946.0.7" }, "devDependencies": { "rimraf": "^3.0.2", "typescript": "^5.2.2" } }