blob: 0155fc78f72f507dd4b37304d4b09f47e2ab8432 [file] [log] [blame]
{
"name": "@apache-annotator/dom",
"version": "0.1.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.1.0"
},
"engines": {
"node": "^12.20 || ^14.15 || ^15.4"
},
"publishConfig": {
"access": "public"
}
}