afpp
Version:
another f*cking pdf parser
76 lines (75 loc) • 2.06 kB
JSON
{
"name": "afpp",
"version": "2.1.6",
"description": "another f*cking pdf parser",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"files": [
"dist/**"
],
"scripts": {
"build": "tsc -p tsconfig.build.json",
"commit": "git-cz",
"lint": "eslint .",
"postbuild": "tsc-alias -p tsconfig.build.json",
"prebuild": "rm -rf dist",
"prepare": "husky",
"pretest:coverage": "rm -rf coverage",
"test": "NODE_ENV=test npx tsx --test --test-reporter @voxpelli/node-test-pretty-reporter test/*.test.ts",
"test:single": "NODE_ENV=test npx tsx --test --test-reporter @voxpelli/node-test-pretty-reporter",
"test:coverage": "c8 --reporter=lcov npm test",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/l2ysho/afpp.git"
},
"engines": {
"node": ">=22.14.0",
"npm": ">=10.9.2"
},
"keywords": [
"pdf",
"parse-pdf",
"pdf-parser",
"pdf.js",
"pdf2text",
"pdf2json",
"pdfreader",
"pdf-to-text",
"parser-pdf"
],
"author": "l2ysho",
"license": "MIT",
"bugs": {
"url": "https://github.com/l2ysho/afpp/issues"
},
"homepage": "https://github.com/l2ysho/afpp#readme",
"devDependencies": {
"@commitlint/cli": "20.1.0",
"@commitlint/config-conventional": "20.0.0",
"@types/node": "24.10.0",
"@voxpelli/node-test-pretty-reporter": "1.1.2",
"c8": "10.1.3",
"commitizen": "4.3.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "9.39.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-perfectionist": "4.15.1",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-promise": "7.2.1",
"husky": "9.1.7",
"lint-staged": "16.2.6",
"prettier": "3.6.2",
"semantic-release": "25.0.2",
"tsc-alias": "1.8.16",
"tsx": "4.20.6",
"typescript": "5.9.3",
"typescript-eslint": "8.46.3"
},
"dependencies": {
"p-limit": "7.2.0",
"pdfjs-dist": "5.4.394"
}
}