blob: e1213119303201c4ef850e975b73ec0ee350da3c [file] [log] [blame]
{
"name": "@apache-annotator/selector",
"version": "0.1.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",
"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"
},
"engines": {
"node": "^10 || ^11 || ^12 || >=13.7"
},
"publishConfig": {
"access": "public"
}
}