This commit is contained in:
orion kindel
2025-11-06 15:16:08 -06:00
commit ae5193700a
11 changed files with 761 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "mpcfill-pdf",
"module": "index.js",
"type": "module",
"devDependencies": {
"@types/bun": "latest",
"@types/chalk": "^2.2.4",
"@types/gapi": "^0.0.47"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"chalk": "^5.6.2",
"cli-progress": "^3.12.0",
"exifreader": "^4.32.0",
"fast-xml-parser": "^5.3.1",
"googleapis": "^164.1.0",
"pdf-lib": "^1.17.1",
"sharp": "^0.34.5"
}
}