facilmap/types/package.json

35 wiersze
790 B
JSON

{
"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 <cdauth@cdauth.eu>",
"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"
}
}