{
  "name": "tag2link",
  "version": "2026.5.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": "^24.3.1",
    "ts-node": "^10.9.2"
  }
}