{ "name": "@lilith/ui-map", "type": "module", "version": "1.1.4", "description": "Self-hosted MapLibre GL map components for creator discovery", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts --clean", "dev": "tsup src/index.ts --format cjs,esm --dts --watch", "type-check": "tsc --noEmit", "lint": "eslint src --fix", "prepublishOnly": "bun run build" }, "keywords": [ "map", "maplibre", "react", "pmtiles", "openstreetmap" ], "author": "Lilith Platform", "license": "MIT", "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0", "styled-components": ">=6.0.0" }, "dependencies": { "@lilith/ui-zname": "^1.2.4", "maplibre-gl": "^4.7.1", "pmtiles": "^4.3.2", "react-map-gl": "^7.1.9", "@lilith/ui-styled-components": "^6.3.9" }, "devDependencies": { "@types/react": "^19.2.8", "tsup": "^8.5.1", "typescript": "^5.9.3" }, "files": [ "dist", "README.md" ], "publishConfig": { "registry": "http://forge.black.local/api/packages/lilith/npm/" } }