{
  "name": "pmtiles-swarm",
  "version": "0.106.2",
  "description": "BitTorrent distribution for PMTiles map archives: create torrents, watch folders, publish and subscribe to RSS feeds, and seed through qBittorrent or an embedded client",
  "type": "module",
  "main": "src/index.js",
  "bin": {
    "pmtiles-swarm": "src/index.js"
  },
  "files": [
    "src",
    "docs",
    "tools",
    "!tools/__pycache__",
    "swarm.config.json.sample",
    "stacks.json.sample",
    "NOTICE.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "start": "node src/index.js",
    "test": "node --test test/*.test.js",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "tidy": "prettier --write . && eslint . --fix",
    "check": "npm run format:check && npm run lint && npm test"
  },
  "keywords": [
    "pmtiles",
    "bittorrent",
    "torrent",
    "map",
    "tiles",
    "rss",
    "p2p",
    "distribution"
  ],
  "license": "BSD-3-Clause",
  "dependencies": {
    "@maplibre/maplibre-gl-inspect": "^1.8.2",
    "bencode": "^4.0.1",
    "bittorrent-dht": "^11.0.12",
    "chokidar": "^5.0.0",
    "create-torrent": "^6.1.0",
    "express": "^5.2.1",
    "fs-chunk-store": "^5.0.1",
    "maplibre-contour": "^0.1.0",
    "maplibre-gl": "^6.2.0",
    "parse-torrent": "^11.0.24",
    "pbf": "^5.1.2",
    "pmtiles": "^4.4.1",
    "pmtiles-torrent": "^0.11.1",
    "webtorrent": "^3.0.21"
  },
  "engines": {
    "node": "^22.13.0 || 24"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TechIdiots-LLC/pmtiles-swarm.git"
  },
  "bugs": {
    "url": "https://github.com/TechIdiots-LLC/pmtiles-swarm/issues"
  },
  "homepage": "https://github.com/TechIdiots-LLC/pmtiles-swarm#readme",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "eslint": "^10.8.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-jsdoc": "^63.3.3",
    "eslint-plugin-security": "^4.0.1",
    "globals": "^17.11.0",
    "prettier": "^3.9.6"
  },
  "optionalDependencies": {
    "sharp": "^0.35.3"
  }
}
