[mod] lost

This commit is contained in:
Andy Bunce 2025-02-04 20:45:45 +00:00
parent 38d12d91c1
commit d37f923d09
8 changed files with 106 additions and 41 deletions

View file

@ -1,13 +1,15 @@
{
"name": "pdfbox",
"version": "1.0.0",
"version": "0.1.1",
"description": "A BaseX interface to Apache Pdfbox version 3",
"main": "index.js",
"main": "Pdfbox.xqm",
"homepage": "https://github.com/npm/example#readme",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "%BASEX10%/bin/basex -t src/test"
"test": "%BASEX10%/bin/basex -t src/test",
"docs": "xqdoca"
},
"keywords": [
"pdf",
@ -16,5 +18,8 @@
"java"
],
"author": "Andy Bunce",
"license": "Apache-2.0"
}
"license": "Apache-2.0",
"quodatum": {
"random": true
}
}