Skip to content

Commit

Permalink
deps: upgrade, add mammothjs for docx parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemaker1 committed Jun 12, 2021
1 parent 9e525a7 commit 5e382f3
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 24 deletions.
130 changes: 108 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@
"homepage": "https://github.com/gamemaker1/office-text-extractor#readme",
"dependencies": {
"decompress": "^4.2.1",
"file-type": "^16.4.0",
"file-type": "^16.5.0",
"fs-extra": "^9.1.0",
"js-yaml": "^4.1.0",
"mammoth": "^1.4.17",
"pdf-parse": "^1.1.1",
"read-chunk": "^3.2.0",
"xlsx": "^0.16.9",
Expand All @@ -43,7 +44,7 @@
"devDependencies": {
"ava": "3.15.0",
"np": "^7.5.0",
"prettier": "^2.3.0"
"prettier": "^2.3.1"
},
"ava": {
"files": [
Expand Down

0 comments on commit 5e382f3

Please sign in to comment.