{
  "name": "pagemap",
  "version": "1.4.1",
  "description": "Mini map for web pages.",
  "author": "Lars Jung <lrsjng@gmail.com> (https://larsjung.de)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/lrsjng/pagemap.git"
  },
  "main": "dist/pagemap",
  "scripts": {
    "lint": "eslint .",
    "test": "node test",
    "check": "npm run -s lint && npm run -s test",
    "build": "node ghu release",
    "precommit": "npm run -s check && npm run -s build"
  },
  "devDependencies": {
    "@babel/core": "7.26.0",
    "@babel/preset-env": "7.26.0",
    "eslint": "9.14.0",
    "ghu": "0.28.5",
    "jsdom": "25.0.1",
    "scar": "2.3.4"
  }
}
