3636 "test:jest" : " jest --config ./jest.config.json --detectOpenHandles" ,
3737 "test" : " npm run test:jest && npm run parse-r && npm run parse-fd && npm run test:deno && npm run test:bun" ,
3838 "test:forms" : " cd ./test && sh p2j.forms.sh" ,
39- "test:misc" : " cd ./test && sh p2j.one.sh misc . \" Expected: 15 success, 6 fail exception with stack trace\" " ,
39+ "test:misc" : " cd ./test && sh p2j.one.sh misc . \" Expected: 16 success, 6 fail exception with stack trace\" " ,
4040 "parse" : " ./bin/pdf2json.js -f ./test/pdf/fd/form/F1040.pdf -o ./test/target/fd/form" ,
4141 "parse-s" : " ./bin/pdf2json.js -f ./test/pdf/fd/form/F1040.pdf -o ./test/target/fd/form -s" ,
4242 "parse-t" : " ./bin/pdf2json.js -f ./test/pdf/fd/form/F1040.pdf -o ./test/target/fd/form -s -t" ,
4747 "parse-tb" : " ./bin/pdf2json.js -f ./test/pdf/misc/i242_testingWithTable.pdf -o ./test/target/misc" ,
4848 "parse-tc" : " ./bin/pdf2json.js -f ./test/pdf/misc/i293_pdfpac.pdf -o ./test/target/misc" ,
4949 "parse-rectFix" : " ./bin/pdf2json.js -f ./test/pdf/misc/pr298_rect_fix_from_upstream.pdf -o ./test/target/misc" ,
50- "parse-e" : " ./bin/pdf2json.js -f ./test/pdf/misc/i306_err_invalid .pdf -o ./test/target/misc" ,
50+ "parse-e" : " ./bin/pdf2json.js -f ./test/pdf/misc/i418_precompilato_fake .pdf -o ./test/target/misc" ,
5151 "build:rollup" : " npx rollup -c ./rollup.config.js" ,
5252 "build:bundle-pdfjs-base" : " node rollup/bundle-pdfjs-base.js" ,
5353 "build" : " npm run build:bundle-pdfjs-base && npm run build:rollup" ,
6868 "bin" : {
6969 "pdf2json" : " bin/pdf2json.js"
7070 },
71- "dependencies" : {
72- },
71+ "dependencies" : {},
7372 "bundleDependencies" : [],
7473 "devDependencies" : {
7574 "@eslint/js" : " ^9.37.0" ,
122121 " readme.md" ,
123122 " license.txt"
124123 ]
125- }
124+ }
0 commit comments