{ "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": { "maplibre-gl": "^3.6.0", "js-yaml": "^4.1.0" }, "devDependencies": { "kirbyup": "^3.3.0" } }