blob: 1bcbb7f02274b8fd7fc490a04070aefb282259e7 [file] [log] [blame]
{
"name": "@annotator/fragment-identifier",
"version": "0.0.0",
"description": "Convert to and from Web Annotation fragment identifiers.",
"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",
"scripts": {
"prepare": "pegjs --format es --output src/fragment.js src/fragment.pegjs"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.8.3",
"core-js": "^3.6.4"
},
"devDependencies": {
"pegjs": "^0.11.0-dev.273"
},
"engines": {
"node": ">=6.0.0"
},
"publishConfig": {
"access": "public"
}
}