committing for push

This commit is contained in:
Emma Short
2025-04-22 14:21:58 -06:00
parent 597c52eefe
commit 08bba857db
9 changed files with 164 additions and 14 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "@bearmetal/pdf-tools",
"tasks": {
"dev": "deno run -A --watch main.ts",
"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"
},