v1 ready for publish
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "@bearmetal/pdf-tools",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.6",
|
||||
"license": "GPL 3.0",
|
||||
"tasks": {
|
||||
"dev": "deno run -A --env-file=.env --watch main.ts",
|
||||
"compile": "deno compile -o compare-form-fields.exe --target x86_64-pc-windows-msvc -R ./main.ts",
|
||||
@@ -9,6 +10,7 @@
|
||||
},
|
||||
"imports": {
|
||||
"@std/assert": "jsr:@std/assert@1",
|
||||
"@std/path": "jsr:@std/path@^1.0.9",
|
||||
"pdf-lib": "npm:pdf-lib@^1.17.1",
|
||||
"util/": "./util/"
|
||||
},
|
||||
|
Reference in New Issue
Block a user