@nosferatu500/textract-lite
Advanced tools
Comparing version 7.0.3 to 7.0.4
{ | ||
"name": "@nosferatu500/textract-lite", | ||
"version": "7.0.3", | ||
"version": "7.0.4", | ||
"type": "module", | ||
"homepage": "https://github.com/nosferatu500/textract-lite", | ||
"description": "Extracting text from files of various type including txt, doc, docx.", | ||
"main": "./dist/index.js", | ||
"types": "./dist/types", | ||
"main": "./dist/index", | ||
"types": "./dist/index.d", | ||
"author": "David Bashford <dbashford@hotmail.com>", | ||
@@ -28,3 +28,4 @@ "contributors": [ | ||
"docs": "typedoc --entryPoints src/index.ts", | ||
"build": "npm run clean && tsc -p tsconfig.json" | ||
"clean-types": "rimraf dist/extractors/docx.d.ts && rimraf dist/extractors/text.d.ts && rimraf dist/extract.d.ts && rimraf dist/utils.d.ts", | ||
"build": "npm run clean && tsc -p tsconfig.json && npm run clean-types" | ||
}, | ||
@@ -31,0 +32,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20356
10
289