1
0
Fork 0
pdfbox/package.json
Andy Bunce ae43b35c67
Some checks failed
Run BaseX Tests / test (10.7) (push) Failing after 33s
Run BaseX Tests / test (11.7) (push) Failing after 33s
[mod] move tests
2025-02-15 22:33:36 +00:00

33 lines
No EOL
852 B
JSON

{
"name": "pdfbox",
"version": "0.2.2",
"description": "A BaseX interface to Apache Pdfbox version 3",
"main": "src/Pdfbox3.xqm",
"homepage": "https://github.com/expkg-zone58/pdfbox#readme",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "%BASEX10%/bin/basex -t tests",
"docs": "xqdoca"
},
"keywords": [
"pdf",
"xquery",
"basex",
"java"
],
"author": "Andy Bunce",
"license": "Apache-2.0",
"expkg_zone58": {
"namespace": "org.expkg_zone58.Pdfbox3",
"main-class": "org.apache.pdfbox.pdmodel.PDDocument",
"maven": [
"org/apache/pdfbox/pdfbox/3.0.4/pdfbox-3.0.4.jar",
"org/apache/pdfbox/pdfbox-io/3.0.4/pdfbox-io-3.0.4.jar",
"org/apache/pdfbox/fontbox/3.0.4/fontbox-3.0.4.jar",
"commons-logging/commons-logging/1.3.4/commons-logging-1.3.4.jar"
]
}
}