{
  "name": "@apache-annotator/dom",
  "version": "0.2.0",
  "description": "Utilities for annotation of the Document Object Model.",
  "homepage": "https://annotator.apache.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/apache/incubator-annotator.git",
    "directory": "packages/dom"
  },
  "license": "Apache-2.0",
  "author": "Apache Software Foundation",
  "type": "module",
  "exports": "./lib/index.js",
  "main": "./lib/index.js",
  "dependencies": {
    "@babel/runtime-corejs3": "^7.13.10",
    "optimal-select": "^4.0.1"
  },
  "devDependencies": {
    "@apache-annotator/selector": "^0.2.0"
  },
  "engines": {
    "node": "^12.20 || ^14.15 || ^15.4 || ^16.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "a352fff9b9abda66d4627d4644ea5a2e2218d7c4"
}
