blob: 17dd72619ac2d7c48e648898adac1a4d065ec85a [file] [log] [blame]
{
"name": "@apache-annotator/selector",
"version": "0.2.0",
"description": "Web Annotation selector for engine.",
"homepage": "https://annotator.apache.org",
"repository": {
"type": "git",
"url": "https://github.com/apache/incubator-annotator.git",
"directory": "packages/selector"
},
"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"
},
"engines": {
"node": "^12.20 || ^14.15 || ^15.4 || ^16.0"
},
"publishConfig": {
"access": "public"
}
}