UNPKG

@allmaps/leaflet

Version:

Allmaps Leaflet plugin

76 lines (75 loc) 2 kB
{ "name": "@allmaps/leaflet", "version": "1.0.0-beta.49", "contributors": [ { "name": "Bert Spaan", "email": "hello@bertspaan.nl", "url": "https://bertspaan.nl" }, { "name": "Manuel Claeys Bouuaert", "email": "manuel.claeys.b@gmail.com", "url": "https://manuelclaeysbouuaert.be" } ], "description": "Allmaps Leaflet plugin", "type": "module", "main": "./dist/index.js", "exports": "./dist/index.js", "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/allmaps/allmaps.git", "directory": "packages/leaflet" }, "scripts": { "dev": "vite", "watch": "vite build --watch", "build": "vite build", "preview": "vite preview", "types": "tsc --noEmit", "build:types": "tsc --declaration --esModuleInterop", "lint": "prettier --check src test && eslint src test --ext .js,.ts", "format": "prettier --write src test", "test": "NODE_ENV=test mocha", "documentation": "remark . --output --use remark-api" }, "homepage": "https://allmaps.org", "keywords": [ "allmaps", "georeference", "map", "leaflet" ], "dependencies": { "@allmaps/render": "^1.0.0-beta.76", "@allmaps/stdlib": "^1.0.0-beta.37", "leaflet": "^1.9.4" }, "license": "MIT", "devDependencies": { "@allmaps/transform": "^1.0.0-beta.48", "@allmaps/types": "^1.0.0-beta.20", "@types/eslint": "^8.56.0", "@types/leaflet": "^1.9.3", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "mocha": "^10.8.2", "prettier": "^3.4.2", "remark-api": "^1.1.0", "remark-cli": "^12.0.1", "typescript": "^5.7.0", "vite": "^5.0.3", "vite-plugin-dts": "^3.8.3", "vite-plugin-no-bundle": "^4.0.0" }, "gitHead": "1c89b66f360d71d07cfa9b314e49adacec503577" }