parse-pdf
Version:
Get text content and metadata about pdf
48 lines (47 loc) • 1.04 kB
JSON
{
"name": "parse-pdf",
"version": "2.0.0",
"description": "Get text content and metadata about pdf",
"main": "index.mjs",
"homepage": "https://github.com/bjrmatos/parse-pdf",
"repository": {
"type": "git",
"url": "git@github.com:bjrmatos/parse-pdf.git"
},
"type": "module",
"keywords": [
"pdfjs",
"pdf",
"parse"
],
"author": "BJR Matos <bjrmatos@gmail.com>",
"contributors": [
"BJR Matos <bjrmatos@gmail.com> (https://github.com/bjrmatos)",
"Jan Blaha <jan.blaha@hotmail.com> (https://github.com/pofider)"
],
"standard": {
"parser": "babel-eslint",
"env": {
"node": true,
"mocha": true
}
},
"scripts": {
"test": "mocha --timeout 5000 test/test.mjs"
},
"license": "MIT",
"engines": {
"node": ">=22"
},
"dependencies": {
"pdfjs-dist": "4.10.38"
},
"devDependencies": {
"babel-eslint": "8.2.3",
"eslint": "9.22.0",
"eslint-plugin-babel": "5.1.0",
"mocha": "10.8.2",
"should": "13.2.1",
"standard": "17.1.2"
}
}