{
	"name": "@independo/leaflet-independo-maps",
	"version": "1.1.10",
	"description": "Leaflet plugin for displaying points of interest as pictograms.",
	"keywords": [
		"leaflet",
		"typescript",
		"pictogram",
		"points-of-interest",
		"POI",
		"independo",
		"map",
		"map-layer",
		"interactive-maps"
	],
	"homepage": "https://github.com/independo-gmbh/leaflet-independo-maps#readme",
	"bugs": {
		"url": "https://github.com/independo-gmbh/leaflet-independo-maps/issues"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/independo-gmbh/leaflet-independo-maps.git"
	},
	"license": "MIT",
	"author": "Independo GmbH",
	"type": "module",
	"packageManager": "pnpm@11.13.1",
	"engines": {
		"node": ">=24"
	},
	"main": "dist/leaflet-independo-maps.min.js",
	"module": "dist/leaflet-independo-maps.esm.js",
	"types": "dist/index.d.ts",
	"files": [
		"dist/",
		"README.md",
		"LICENSE"
	],
	"exports": {
		".": {
			"import": "./dist/leaflet-independo-maps.esm.js",
			"require": "./dist/leaflet-independo-maps.min.js"
		},
		"./types": "./dist/index.d.ts"
	},
	"peerDependencies": {
		"leaflet": "^1.9.4"
	},
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"clean": "rm -rf dist/",
		"build": "pnpm clean && rollup -c",
		"lint": "eslint .",
		"lint:fix": "eslint . --fix",
		"format": "prettier --write .",
		"format:check": "prettier --check .",
		"typecheck": "tsc --noEmit",
		"test": "vitest run",
		"test:watch": "vitest",
		"coverage": "vitest run --coverage",
		"watch": "rollup -c -w",
		"start": "pnpm watch",
		"prepublishOnly": "pnpm build"
	},
	"devDependencies": {
		"@eslint/js": "^9.31.0",
		"@rollup/plugin-commonjs": "^28.0.2",
		"@rollup/plugin-node-resolve": "^16.0.0",
		"@rollup/plugin-terser": "^0.4.4",
		"@rollup/plugin-typescript": "^12.1.2",
		"@saithodev/semantic-release-backmerge": "^4.0.1",
		"@semantic-release/changelog": "^6.0.3",
		"@semantic-release/git": "^10.0.1",
		"@semantic-release/npm": "^13.1.5",
		"@types/leaflet": "^1.9.15",
		"@vitest/coverage-v8": "^4.1.10",
		"conventional-changelog-conventionalcommits": "^9.0.0",
		"eslint": "^10.7.0",
		"eslint-config-prettier": "^10.1.8",
		"globals": "^17.7.0",
		"jsdom": "^29.1.1",
		"prettier": "^3.9.5",
		"rollup": "^4.29.1",
		"rollup-plugin-dts": "^6.1.1",
		"rollup-plugin-postcss": "^4.0.2",
		"semantic-release": "^25.0.7",
		"tslib": "^2.8.1",
		"typescript": "^5.7.2",
		"typescript-eslint": "^8.64.0",
		"vitest": "^4.1.10"
	}
}
