pdf-tools/deno.json
2025-04-22 14:21:58 -06:00

13 lines
384 B
JSON

{
"name": "@bearmetal/pdf-tools",
"tasks": {
"dev": "deno run -A --watch dev.ts",
"compile": "deno compile -o compare-form-fields.exe --target x86_64-pc-windows-msvc -R ./main.ts",
"install": "deno install -fgq --import-map ./deno.json -n checkfields -R ./main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",
"pdf-lib": "npm:pdf-lib@^1.17.1"
}
}