Files
dees-catalog-geo/package.json

60 lines
1.5 KiB
JSON
Raw Normal View History

2026-02-05 12:03:22 +00:00
{
"name": "@design.estate/dees-catalog-geo",
2026-02-05 22:51:41 +00:00
"version": "1.5.0",
2026-02-05 12:03:22 +00:00
"private": false,
"description": "A geospatial web components library with MapLibre GL JS maps and terra-draw drawing tools",
"main": "dist_ts_web/index.js",
"typings": "dist_ts_web/index.d.ts",
"type": "module",
"scripts": {
"test": "tstest test/ --web --verbose --timeout 30",
"build": "tsbuild tsfolders --allowimplicitany && tsbundle",
"watch": "tswatch",
"buildDocs": "tsdoc"
},
"author": "Lossless GmbH",
"license": "MIT",
"dependencies": {
"@design.estate/dees-catalog": "^3.42.0",
"@design.estate/dees-domtools": "^2.3.8",
"@design.estate/dees-element": "^2.1.6",
"maplibre-gl": "^5.1.1",
"terra-draw": "^1.24.0",
"terra-draw-maplibre-gl-adapter": "^1.0.0"
},
"devDependencies": {
"@design.estate/dees-wcctools": "^3.8.0",
"@git.zone/tsbuild": "^4.1.2",
"@git.zone/tsbundle": "^2.8.3",
"@git.zone/tstest": "^3.1.8",
"@git.zone/tswatch": "^3.1.0",
2026-02-05 12:03:22 +00:00
"@push.rocks/projectinfo": "^5.0.2",
"@types/node": "^25.2.1"
2026-02-05 12:03:22 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"Web Components",
"Geospatial",
"Maps",
"MapLibre",
"terra-draw",
"Drawing",
"Geographic Data",
"TypeScript",
"LitElement"
]
}