{
"name": "map-editor",
"version": "1.0.0",
"description": "Interactive map editor plugin for Kirby CMS",
"type": "module",
"scripts": {
"dev": "npx -y kirbyup src/index.js --watch",
"build": "npx -y kirbyup src/index.js"
},
"dependencies": {
"html-to-image": "^1.11.13",
"js-yaml": "^4.1.0",
"maplibre-gl": "^3.6.0",
"maplibre-gl-map-to-image": "^1.2.0"
"devDependencies": {
"kirbyup": "^3.3.0"
}