UNPKG

@allmaps/openlayers

Version:

OpenLayers classes for Allmaps

81 lines (80 loc) 2.17 kB
{ "name": "@allmaps/openlayers", "version": "1.0.0-beta.86", "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": "OpenLayers classes for Allmaps", "type": "module", "exports": "./dist/index.js", "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/allmaps/allmaps.git", "directory": "packages/openlayers" }, "homepage": "https://allmaps.org", "keywords": [ "iiif", "georeference", "map", "openlayers", "allmaps" ], "scripts": { "dev": "vite dev --mode localhost", "watch": "vite build --watch", "build": "vite build", "preview": "vite preview", "types": "tsc --noEmit", "build:types": "tsc --declaration --esModuleInterop", "lint": "prettier --ignore-path ../../.gitignore --check src && eslint src --ext .js,.ts", "format": "prettier --ignore-path ../../.gitignore --write src", "documentation": "remark . --output --use remark-api" }, "license": "MIT", "dependencies": { "@allmaps/project": "^1.0.0-beta.9", "@allmaps/render": "^1.0.0-beta.83", "@allmaps/stdlib": "^1.0.0-beta.41", "@allmaps/warpedmaplayer": "^1.0.0-beta.43", "lodash-es": "^4.17.21" }, "peerDependencies": { "ol": "*", "proj4": "*" }, "devDependencies": { "@allmaps/transform": "^1.0.0-beta.52", "@allmaps/types": "^1.0.0-beta.23", "@types/eslint": "^8.56.0", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "ol": "^10.8.0", "prettier": "^3.6.2", "proj4": "^2.20.0", "remark-api": "^1.1.0", "remark-cli": "^12.0.1", "typescript": "^5.9.3", "vite": "^8.0", "vite-plugin-dts": "^3.8.3", "vite-plugin-no-bundle": "^4.0.0" }, "gitHead": "0776371fa222f670b893d87b302c6334e825ac3e" }