[mod] cleanup

This commit is contained in:
Andy Bunce 2024-05-08 21:11:24 +01:00
parent af2fac39b2
commit dd7b0c1d83
22 changed files with 72 additions and 875 deletions

20
package.json Normal file
View file

@ -0,0 +1,20 @@
{
"name": "pdfbox",
"version": "1.0.0",
"description": "A BaseX interface to Apache Pdfbox version 3",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "basex -t ."
},
"keywords": [
"pdf",
"xquery",
"basex",
"java"
],
"author": "Andy Bunce",
"license": "Apache-2.0"
}