{
  "name": "vector-tile-esm",
  "description": "Parses vector tiles",
  "module": "src/index.js",
  "type": "module",
  "files": [
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jjhembd/vector-tile-esm.git"
  },
  "homepage": "https://github.com/jjhembd/vector-tile-esm",
  "keywords": [
    "vector",
    "tile",
    "parse",
    "GeoJSON"
  ],
  "version": "2.1.4",
  "license": "BSD-3-Clause",
  "scripts": {
    "lint": "eslint src",
    "test": "npm run lint",
    "postversion": "git push && git push --tags"
  },
  "devDependencies": {
    "eslint": "^8.17.0",
    "eslint-config-globeletjs": "^0.0.6"
  }
}
