facilmap/types/package.json

22 wiersze
583 B
JSON
Czysty Zwykły widok Historia

2020-03-15 00:57:41 +00:00
{
"name": "facilmap-types",
2021-04-02 09:30:05 +00:00
"version": "3.0.0-beta3",
2020-03-15 00:57:41 +00:00
"description": "Typescript typings for the FacilMap communication between client and server.",
2021-04-04 13:35:31 +00:00
"homepage": "https://github.com/FacilMap/facilmap",
2020-03-15 00:57:41 +00:00
"bugs": {
2021-04-04 13:35:31 +00:00
"url": "https://github.com/FacilMap/facilmap/issues"
2020-03-15 00:57:41 +00:00
},
"license": "AGPL-3.0",
"author": "Candid Dauth <cdauth@cdauth.eu>",
"main": "./src/index.ts",
"repository": {
"type": "git",
2021-04-04 13:35:31 +00:00
"url": "https://github.com/FacilMap/facilmap.git"
2020-03-15 00:57:41 +00:00
},
"dependencies": {
"@types/geojson": "^7946.0.7"
2020-12-24 04:57:46 +00:00
},
2020-12-24 17:51:21 +00:00
"private": true,
"devDependencies": {}
2020-03-15 00:57:41 +00:00
}