blob: cad7e1c474ab93a03f5d4ea0d627f06ce6682c49 [file] [log] [blame]
{
"name": "@apache-annotator/dom",
"version": "0.3.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": {
"@apache-annotator/selector": "^0.3.0",
"@babel/runtime-corejs3": "^7.13.10",
"@medv/finder": "^2.1.0"
},
"engines": {
"node": "^14.15 || ^15.4 || >=16"
},
"publishConfig": {
"access": "public"
}
}