/
igormayer
/
openlayers-toolbox
Обзор
Документация
Войти
/
igormayer
/
openlayers-toolbox
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
package.json
31 строка
605 B
Igor Mayer
fixes
01 мар 2026, 14:37
01 мар 2026, 14:37
048e344
Код
Авторство
О чём код?
{ "name": "oltoolbox", "version": "1.0.0", "description": "OpenLayers toolbox - map components for OpenLayers", "type": "module", "files": [ "dist" ], "main": "./dist/oltoolbox.umd.cjs", "module": "./dist/oltoolbox.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/oltoolbox.js", "require": "./dist/oltoolbox.umd.cjs" } }, "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview" }, "dependencies": { "ol": "^10.8.0" }, "devDependencies": { "@types/node": "^25.3.3", "typescript": "^5.3.3", "vite": "^5.4.0" } }