{ "name": "pagemap", "version": "1.4.0", "description": "Mini map for web pages.", "homepage": "https://larsjung.de/pagemap/", "author": "Lars Jung (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.10.5", "@babel/preset-env": "7.10.4", "eslint": "7.5.0", "ghu": "0.25.0", "jsdom": "16.3.0", "scar": "2.3.0" } }