tag2link
Version:
Formatter URLs for OpenStreetMap tags
28 lines • 631 B
JSON
{
"name": "tag2link",
"version": "2025.11.21",
"description": "Formatter URLs for OpenStreetMap tags",
"keywords": [
"openstreetmap",
"tagging",
"tag2link",
"hyperlink",
"url-template"
],
"main": "index.json",
"types": "index.d.json.ts",
"scripts": {
"build": "npx ts-node build.ts"
},
"homepage": "https://github.com/JOSM/tag2link",
"repository": {
"type": "git",
"url": "git+https://github.com/JOSM/tag2link.git"
},
"author": "Simon Legner <Simon.Legner@gmail.com>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.11.9",
"ts-node": "^10.9.1"
}
}