@terrestris/vectortiles
Version:
A simple library that makes use of free available world-wide terrestris vectortiles in MapBox MVT format from OpenStreetMap data
53 lines (52 loc) • 1.51 kB
JSON
{
"name": "@terrestris/vectortiles",
"version": "0.4.0",
"description": "A simple library that makes use of free available world-wide terrestris vectortiles in MapBox MVT format from OpenStreetMap data",
"module": "src/index.js",
"main": "dist/index.js",
"browser": "dist/index.js",
"files": [
"src",
"dist"
],
"scripts": {
"release": "np --no-yarn && git push https://github.com/terrestris/vectortiles.git master --tags",
"clean:dist": "rimraf ./dist/*",
"prebuild:dev": "npm run lint",
"prebuild:dist": "npm run lint",
"build:dist": "npm run clean:dist && BABEL_ENV=production babel src --out-dir dist --copy-files",
"lint": "eslint --ext js,jsx src/",
"lint:fix": "eslint --fix --ext js,jsx src/",
"prepublishOnly": "npm run build:dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/terrestris/vectortiles.git"
},
"keywords": [
"vectortiles",
"mvt",
"openlayers",
"mapping",
"geo",
"ol",
"openstreetmap"
],
"author": "terrestris GmbH & Co. KG <info@terrestris.de>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/terrestris/vectortiles/issues"
},
"homepage": "https://github.com/terrestris/vectortiles#readme",
"dependencies": {
"ol": "6.6.1"
},
"devDependencies": {
"@babel/cli": "7.14.8",
"@babel/core": "7.15.0",
"@babel/preset-env": "7.15.0",
"@babel/eslint-parser": "7.15.0",
"eslint": "7.32.0",
"np": "7.5.0"
}
}