facilmap/types/package.json

42 wiersze
1.0 KiB
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/facilmap-types.mjs",
"type": "module",
"types": "./dist/facilmap-types.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/FacilMap/facilmap.git"
},
"scripts": {
"build": "vite build",
"watch": "vite build --watch",
"clean": "rimraf dist",
"check-types": "tsc --noEmit"
},
"files": [
"dist",
"src",
"README.md",
"tsconfig.json"
],
"dependencies": {
"@types/geojson": "^7946.0.11",
"zod": "^3.22.4"
},
"devDependencies": {
"rimraf": "^5.0.5",
"rollup-plugin-auto-external": "^2.0.0",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite-plugin-dts": "^3.6.0"
}
}