{
  "name": "bookmarklet",
  "version": "3.0.0",
  "description": "A JavaScript bookmarklet compiler and demo page creator with greasemonkey userscript-like metadata options",
  "main": "bookmarklet.js",
  "bin": {
    "bookmarklet": "bin/cli.js"
  },
  "engines": {
    "node": ">= 6.0.0"
  },
  "scripts": {
    "test": "bash test/run.sh"
  },
  "repository": "github:mrcoles/bookmarklet",
  "keywords": [
    "bookmarklet"
  ],
  "author": {
    "name": "Peter Coles"
  },
  "contributors": [
    {
      "name": "Ryan Pavlik"
    }
  ],
  "license": "MIT",
  "readmeFilename": "README.md",
  "dependencies": {
    "md5": "^2.2.1",
    "terser": "^5.6.1"
  }
}
