{
  "name": "@furkot/osmand-data",
  "version": "2.0.1",
  "description": "Data used by Furkot modules dealing with OsmAnd GPX format.",
  "author": {
    "name": "Natalia Kowalczyk",
    "email": "melitele@furkot.com",
    "url": "https://melitele.me"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/furkot/osmand-data.git"
  },
  "type": "module",
  "exports": "./lib/index.js",
  "license": "MIT",
  "keywords": [
    "furkot-osmand-data",
    "furkot",
    "osmand"
  ],
  "devDependencies": {
    "@biomejs/biome": "2.3.11"
  },
  "scripts": {
    "test": "make check"
  },
  "files": [
    "lib",
    "sprite"
  ]
}
