alto-xml
Version:
Utilities for accessing ALTO XML documents
42 lines (41 loc) • 1.01 kB
JSON
{
"name": "alto-xml",
"version": "1.0.1",
"description": "Utilities for accessing ALTO XML documents",
"type": "module",
"exports": "./index.js",
"imports": {
"alto-xml": "./index.js"
},
"scripts": {
"debug": "node inspect --import ./test/setup.js --test",
"lint": "eslint *.js lib test",
"pretest": "npm run lint",
"test": "node --import ./test/setup.js --test --experimental-test-coverage",
"watch": "node --import ./test/setup.js --test --watch"
},
"engines": {
"node": ">=22.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inukshuk/alto.js.git"
},
"keywords": [
"alto",
"alto-xml",
"ocr"
],
"author": "",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/inukshuk/alto.js/issues"
},
"homepage": "https://github.com/inukshuk/alto.js#readme",
"devDependencies": {
"@eslint/js": "^9.9.0",
"eslint": "^9.9.0",
"globals": "^15.9.0",
"jsdom": "^26.0.0"
}
}