{
  "name": "pick-dom-element",
  "version": "0.2.3",
  "description": "Interactively pick elements in the DOM",
  "author": "Harry Marr",
  "license": "MIT",
  "homepage": "https://github.com/hmarr/pick-dom-element",
  "repository": "github:hmarr/pick-dom-element",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepare": "npm run build",
    "build": "tsc",
    "watch": "tsc --watch"
  },
  "devDependencies": {
    "typescript": "^4.7.4"
  }
}
