Add ppt deps

This commit is contained in:
Joey Yakimowich-Payne 2026-01-23 14:54:44 -07:00
commit fa2ac3bdfd
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
4 changed files with 361 additions and 7 deletions

View file

@ -21,8 +21,11 @@
"jwks-rsa": "^3.1.0",
"multer": "^2.0.2",
"officeparser": "^6.0.4",
"ppt": "^0.0.2",
"stripe": "^20.2.0",
"uuid": "^11.0.5"
"uuid": "^11.0.5",
"word-extractor": "^1.0.4",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.12",
@ -34,6 +37,7 @@
"@types/multer": "^2.0.0",
"@types/node": "^22.10.7",
"@types/uuid": "^10.0.0",
"@types/word-extractor": "^1.0.6",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}