UNPKG

afpp

Version:

another f*cking pdf parser

76 lines (75 loc) 2.05 kB
{ "name": "afpp", "version": "2.1.3", "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": "19.8.1", "@commitlint/config-conventional": "19.8.1", "@types/node": "24.2.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.32.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-import": "2.32.0", "eslint-plugin-perfectionist": "4.15.0", "eslint-plugin-prettier": "5.5.3", "eslint-plugin-promise": "7.2.1", "husky": "9.1.7", "lint-staged": "16.1.4", "prettier": "3.6.2", "semantic-release": "24.2.7", "tsc-alias": "1.8.16", "tsx": "4.20.3", "typescript": "5.9.2", "typescript-eslint": "8.39.0" }, "dependencies": { "p-limit": "6.2.0", "pdfjs-dist": "5.4.54" } }