s2-tilejson 1.13.0

Backwards compatible JSON format for describing s2 map tilesets.
Documentation
{
  "name": "s2-tilejson",
  "version": "1.14.0",
  "description": "Backwards compatible JSON format for describing s2 map tilesets.",
  "type": "module",
  "keywords": [
    "tilejson",
    "spec",
    "S2"
  ],
  "exports": {
    ".": "./dist/index.js"
  },
  "directories": {
    "lib": "dist"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "typescript": {
    "main": "src/index.ts"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "lint+build+test+docs": "bun run lint && bun run build && bun run test && bun run docs",
    "lint": "oxlint src test",
    "lint:fix": "bun run lint -- --fix",
    "fmt": "bunx oxfmt src test tools benchmarks --check",
    "fmt:fix": "bunx oxfmt",
    "format": "bunx oxfmt:fix && bun run lint:fix",
    "build": "rm -rf dist && mkdir dist && rm -f -- tsconfig.tsbuildinfo && bunx tsc -p tsconfig.build.json",
    "types:bundle": "bun run types:build && node scripts/types.mjs",
    "prepublishOnly": "bun run lint+build+test+docs",
    "package-check": "package-check",
    "test:dev": "bun test --watch --coverage",
    "test": "bun test",
    "test:coverage": "bun run test --coverage",
    "docs": "typedoc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Open-S2/s2-tilejson.git"
  },
  "author": "Craig OConnor",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Open-S2/s2-tilejson/issues"
  },
  "homepage": "https://github.com/Open-S2/s2-tilejson#readme",
  "devDependencies": {
    "@skypack/package-check": "^0.2.2",
    "@types/bun": "^1.3.14",
    "@types/node": "^25.8.0",
    "@types/pbf": "^3.0.5",
    "ajv": "^8.20.0",
    "coveralls": "^3.1.1",
    "eslint-plugin-jsdoc": "^62.9.0",
    "eslint-plugin-tsdoc": "^0.5.2",
    "oxfmt": "^0.50.0",
    "oxlint": "^1.65.0",
    "s2json-spec": "^1.12.2",
    "typedoc": "^0.28.19",
    "typedoc-plugin-coverage": "^4.0.3",
    "typescript": "^6.0.3"
  }
}