blob: 6704d569c3bd9791ea34326b52f1da8388fa4a91 [file] [log] [blame]
{
"name": "@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"
},
"license": "Apache-2.0",
"author": "Apache Software Foundation",
"exports": {
"import": "./lib/index.mjs",
"require": "./lib/index.js"
},
"main": "./lib/index.js",
"module": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"dependencies": {
"@babel/runtime-corejs3": "^7.8.7",
"cartesian": "^1.0.1",
"core-js": "^3.6.4",
"dom-seek": "^5.1.0"
},
"engines": {
"node": "^10 || ^11 || ^12 || >=13.7"
},
"publishConfig": {
"access": "public"
}
}