UNPKG

afpp

Version:

another f*cking pdf parser

76 lines (75 loc) 2.05 kB
{ "name": "afpp", "version": "2.1.1", "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.0", "@types/node": "24.0.1", "@voxpelli/node-test-pretty-reporter": "1.1.2", "c8": "10.1.3", "commitizen": "4.3.1", "cz-conventional-changelog": "3.3.0", "eslint": "9.29.0", "eslint-config-prettier": "10.1.5", "eslint-plugin-import": "2.31.0", "eslint-plugin-perfectionist": "4.11.0", "eslint-plugin-prettier": "5.2.6", "eslint-plugin-promise": "7.2.1", "husky": "9.1.7", "lint-staged": "15.5.0", "prettier": "3.5.3", "semantic-release": "24.2.3", "tsc-alias": "1.8.16", "tsx": "4.19.3", "typescript": "5.8.3", "typescript-eslint": "8.29.0" }, "dependencies": { "p-limit": "6.2.0", "pdfjs-dist": "5.2.133" } }