kopia lustrzana https://github.com/FacilMap/facilmap
40 wiersze
972 B
JSON
40 wiersze
972 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/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"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"README.md",
|
|
"tsconfig.json"
|
|
],
|
|
"dependencies": {
|
|
"@types/geojson": "^7946.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "^5.0.1",
|
|
"rollup-plugin-auto-external": "^2.0.0",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.4.9",
|
|
"vite-plugin-dts": "^3.5.4"
|
|
}
|
|
}
|