blob: 5667c915f3d9e04feb743dcca4f61752c0b3e33a [file] [log] [blame]
{
"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"
}
}