2017-02-21 23:55:11 +00:00
|
|
|
{
|
|
|
|
"name": "facilmap-client",
|
2021-06-27 14:05:18 +00:00
|
|
|
"version": "3.4.0",
|
2017-02-21 23:55:11 +00:00
|
|
|
"description": "A library that acts as a client to FacilMap and makes it possible to retrieve and modify objects on a collaborative map.",
|
|
|
|
"keywords": [
|
|
|
|
"maps",
|
|
|
|
"osm",
|
|
|
|
"facilmap"
|
|
|
|
],
|
2021-04-04 13:35:31 +00:00
|
|
|
"homepage": "https://github.com/FacilMap/facilmap",
|
2017-02-21 23:55:11 +00:00
|
|
|
"bugs": {
|
2021-04-04 13:35:31 +00:00
|
|
|
"url": "https://github.com/FacilMap/facilmap/issues"
|
2017-02-21 23:55:11 +00:00
|
|
|
},
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"author": "Candid Dauth <cdauth@cdauth.eu>",
|
2023-10-02 03:23:22 +00:00
|
|
|
"main": "./dist/facilmap-client.mjs",
|
2023-04-07 16:39:59 +00:00
|
|
|
"type": "module",
|
2023-10-02 03:23:22 +00:00
|
|
|
"types": "./dist/facilmap-client.d.ts",
|
2017-02-21 23:55:11 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-04-04 13:35:31 +00:00
|
|
|
"url": "https://github.com/FacilMap/facilmap.git"
|
2017-02-21 23:55:11 +00:00
|
|
|
},
|
2021-04-10 00:12:28 +00:00
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"src",
|
|
|
|
"README.md",
|
|
|
|
"tsconfig.json"
|
|
|
|
],
|
2017-02-21 23:55:11 +00:00
|
|
|
"scripts": {
|
2023-04-07 16:39:59 +00:00
|
|
|
"build": "vite build",
|
2020-03-15 00:57:41 +00:00
|
|
|
"clean": "rimraf dist",
|
2023-04-07 16:39:59 +00:00
|
|
|
"dev-server": "vite"
|
2017-02-21 23:55:11 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-10-06 23:13:51 +00:00
|
|
|
"facilmap-types": "workspace:^",
|
2023-10-02 03:23:22 +00:00
|
|
|
"socket.io-client": "^4.7.2"
|
2017-02-21 23:55:11 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-11 07:01:40 +00:00
|
|
|
"@types/geojson": "^7946.0.13",
|
2023-10-06 23:13:51 +00:00
|
|
|
"rimraf": "^5.0.5",
|
2023-12-26 11:24:03 +00:00
|
|
|
"typescript": "^5.3.3",
|
|
|
|
"vite": "^5.0.10",
|
|
|
|
"vite-plugin-dts": "^3.7.0"
|
2017-02-21 23:55:11 +00:00
|
|
|
}
|
|
|
|
}
|