@americana/maplibre-shield-generator
Version:
Generate highway shields for maplibre-gl-js maps
65 lines (64 loc) • 1.7 kB
JSON
{
"name": "@americana/maplibre-shield-generator",
"description": "Generate highway shields for maplibre-gl-js maps",
"version": "0.1.1",
"author": "OpenStreetMap Americana Contributors",
"type": "module",
"keywords": [
"americana",
"highway",
"shields",
"shield",
"generator",
"maplibre",
"maplibre-gl",
"maplibre-gl-js"
],
"license": "CC0-1.0",
"main": "dist/index.js",
"source": "src/index.ts",
"devDependencies": {
"@types/color-rgba": "^2.1.0",
"canvas": "^3.1.2",
"esbuild": "^0.17.10",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4",
"shx": "^0.3.4",
"tsx": "^4.6.2",
"typedoc": "^0.24.8",
"typescript": "^4.9.5"
},
"scripts": {
"code_format": "run-s code_format:prettier",
"code_format:prettier": "prettier --write --list-different .",
"clean": "shx rm -rf dist docs",
"docs": "typedoc src/index.ts",
"test": "mocha",
"build:code": "node scripts/build.js",
"build": "run-s clean build:code docs",
"preversion": "npm version --no-git-tag-version --preid alpha",
"publish-alpha": "npm publish --access=public --tag alpha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osm-americana/openstreetmap-americana.git"
},
"bugs": {
"url": "https://github.com/osm-americana/openstreetmap-americana/issues"
},
"homepage": "https://github.com/osm-americana/openstreetmap-americana#readme",
"dependencies": {
"@types/node": "^20.8.4",
"color-rgba": "^2.4.0",
"maplibre-gl": "^2.4.0",
"mocha": "^10.2.0"
},
"directories": {
"test": "test"
},
"files": [
"dist/",
"docs/",
"README.md"
]
}