UNPKG

tileserver-gl

Version:

Map tile server for JSON GL styles - vector and server side generated raster tiles

109 lines (108 loc) 4.4 kB
{ "name": "tileserver-gl", "version": "5.3.1", "description": "Map tile server for JSON GL styles - vector and server side generated raster tiles", "main": "src/main.js", "bin": "src/main.js", "type": "module", "files": [ "docs", "src", "public", "test", "package.json", "CHANGELOG.md", "README.md", "LICENSE" ], "scripts": { "prepare": "npm run copy:maplibre && npm run copy:maplibre-inspect && npm run copy:mapbox-rtl-text && npm run copy:leaflet && npm run copy:leaflet-hash", "copy:maplibre": "copyfiles -EVf node_modules/maplibre-gl/dist/maplibre-gl.js node_modules/maplibre-gl/dist/maplibre-gl.js.map node_modules/maplibre-gl/dist/maplibre-gl.css public/resources/", "copy:maplibre-inspect": "copyfiles -EVf node_modules/@maplibre/maplibre-gl-inspect/dist/maplibre-gl-inspect.js node_modules/@maplibre/maplibre-gl-inspect/dist/maplibre-gl-inspect.js.map node_modules/@maplibre/maplibre-gl-inspect/dist/maplibre-gl-inspect.css public/resources/", "copy:mapbox-rtl-text": "copyfiles -EVf node_modules/@mapbox/mapbox-gl-rtl-text/dist/mapbox-gl-rtl-text.js public/resources/", "copy:leaflet": "copyfiles -EVf node_modules/leaflet/dist/leaflet.js node_modules/leaflet/dist/leaflet.js.map node_modules/leaflet/dist/leaflet.css node_modules/leaflet/dist/leaflet-hash.js public/resources/", "copy:leaflet-hash": "copyfiles -EVf node_modules/leaflet-hash/leaflet-hash.js public/resources/", "test": "mocha test/**.js --timeout 10000 --exit", "test-docker": "xvfb-run npm test", "lint:yml": "yamllint --schema=CORE_SCHEMA *.{yml,yaml}", "lint:js": "npm run lint:eslint && npm run lint:prettier", "lint:js:fix": "npm run lint:eslint:fix && npm run lint:prettier:fix", "lint:eslint": "eslint \"{,!(node_modules|dist|static|public)/**/}*.{js,ts,cjs,mjs}\" --ignore-path .gitignore", "lint:eslint:fix": "eslint --fix \"{,!(node_modules|dist|static|public)/**/}*.{js,ts,cjs,mjs}\" --ignore-path .gitignore", "lint:prettier": "prettier --check \"{,!(node_modules|dist|static|public)/**/}*.{js,ts,cjs,mjs,json}\" --ignore-path .gitignore", "lint:prettier:fix": "prettier --write \"{,!(node_modules|dist|static|public)/**/}*.{js,ts,cjs,mjs,json}\" --ignore-path .gitignore", "docker": "docker build . && docker run --rm -i -p 8080:8080 $(docker build -q .)" }, "dependencies": { "@jsse/pbfont": "^0.2.2", "@mapbox/mapbox-gl-rtl-text": "0.3.0", "@mapbox/mbtiles": "0.12.1", "@mapbox/polyline": "^1.2.1", "@mapbox/sphericalmercator": "2.0.1", "@mapbox/vector-tile": "2.0.3", "@maplibre/maplibre-gl-inspect": "1.7.1", "@maplibre/maplibre-gl-native": "6.1.0", "@maplibre/maplibre-gl-style-spec": "23.2.2", "@sindresorhus/fnv1a": "3.1.0", "advanced-pool": "0.3.3", "axios": "^1.9.0", "canvas": "3.1.0", "chokidar": "4.0.3", "clone": "2.1.2", "color": "5.0.0", "commander": "13.1.0", "copyfiles": "2.4.1", "cors": "2.8.5", "express": "5.1.0", "handlebars": "4.7.8", "http-shutdown": "1.2.2", "leaflet": "1.9.4", "leaflet-hash": "0.2.1", "maplibre-gl": "5.5.0", "morgan": "1.10.0", "pbf": "4.0.1", "pmtiles": "4.3.0", "proj4": "2.15.0", "sanitize-filename": "1.6.3", "semver": "^7.6.3", "sharp": "0.34.1", "tileserver-gl-styles": "2.0.0" }, "devDependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "chai": "5.2.0", "eslint": "^8.57.0", "eslint-config-prettier": "^10.1.3", "eslint-plugin-jsdoc": "^50.6.11", "eslint-plugin-prettier": "^5.4.0", "eslint-plugin-security": "^1.7.1", "lint-staged": "^15.5.2", "mocha": "^11.2.2", "node-addon-api": "^8", "prettier": "^3.5.3", "should": "^13.2.3", "supertest": "^7.1.0", "yaml-lint": "^1.7.0" }, "keywords": [ "maptiler", "tileserver-gl", "maplibre-gl", "tileserver" ], "license": "BSD-2-Clause", "engines": { "node": ">=18.17.0 <23" }, "repository": { "url": "git+https://github.com/maptiler/tileserver-gl.git", "type": "git" }, "bugs": { "url": "https://github.com/maptiler/tileserver-gl/issues" }, "homepage": "https://github.com/maptiler/tileserver-gl#readme" }