facilmap/client/package.json

44 wiersze
1.1 KiB
JSON

{
"name": "facilmap-client",
"version": "2.7.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/facilmap2",
"bugs": {
"url": "https://github.com/FacilMap/facilmap2/issues"
},
"license": "AGPL-3.0",
"author": "Candid Dauth <cdauth@cdauth.eu>",
"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": {
"@types/geojson": "^7946.0.7",
"es6-promise": "^4.2.5",
"facilmap-types": "2.7.0",
"socket.io-client": "^2.3.0"
},
"devDependencies": {
"@types/socket.io-client": "^1.4.32",
"rimraf": "^3.0.2",
"ts-loader": "^6.2.1",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-bundle-analyzer": "^3.6.1",
"webpack-cli": "^3.3.11"
}
}