blob: 2c267bc86dd46b2fa8f974c9d34617aef5d854b7 [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/index.mjs",
"require": "./lib/index.js"
},
"./dom": {
"import": "./lib/dom/index.mjs",
"require": "./lib/dom/index.js"
},
"./selector": {
"import": "./lib/selector/index.mjs",
"require": "./lib/selector/index.js"
}
},
"main": "./lib/index.js",
"module": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"dependencies": {
"@apache-annotator/dom": "^0.1.0",
"@apache-annotator/selector": "^0.1.0",
"@babel/runtime-corejs3": "^7.8.7"
},
"engines": {
"node": "^10 || ^11 || ^12 || >=13.7"
},
"publishConfig": {
"access": "public"
}
}