blob: 17dffb2a54a28b653be1fdef8a45ec5237e1131e [file] [log] [blame]
{
"name": "apache-annotator",
"version": "0.1.0",
"description": "Apache Annotator provides annotation enabling code for browsers, servers, and humans.",
"homepage": "https://annotator.apache.org",
"repository": {
"type": "git",
"url": "https://github.com/apache/incubator-annotator.git",
"directory": "packages/apache-annotator"
},
"license": "Apache-2.0",
"author": "Apache Software Foundation",
"exports": {
"./*": {
"import": "./lib/*.mjs",
"require": "./lib/*.js"
}
},
"dependencies": {
"@apache-annotator/dom": "^0.1.0",
"@apache-annotator/selector": "^0.1.0",
"@babel/runtime-corejs3": "^7.12.5"
},
"engines": {
"node": "^12.20 || ^14.15 || ^15.4"
},
"publishConfig": {
"access": "public"
}
}