blob: 2617dad43b4a145061dce0c60fe0b9c6e8a1fe22 [file] [log] [blame]
{
"name": "@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"
},
"license": "Apache-2.0",
"author": "Apache Software Foundation",
"main": "lib/index.js",
"module": "esm/index.js",
"dependencies": {
"@babel/runtime-corejs3": "^7.8.7",
"core-js": "^3.6.4"
},
"engines": {
"node": ">=10.0.0"
},
"publishConfig": {
"access": "public"
}
}