-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.36 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "ppu-pdf",
"version": "3.0.5",
"description": "Easily extract text from digital PDF files with coordinate and font size included, and optionally group text by lines.",
"keywords": [
"pdf-reader",
"text-extraction",
"pdf-rag",
"bbox",
"pdf",
"pdf-typescript",
"bun",
"pdf-digital",
"pdf-scan",
"pdf-canvas",
"pdfjs",
"mupdf",
"mupdfjs",
"ocr"
],
"author": "snowfluke",
"license": "MIT",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
"task": "bun scripts/task.ts",
"build:test": "bun task build && bun test",
"build:publish": "bun task build && bun task report-size && bun task publish",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix"
},
"devDependencies": {
"@stylistic/eslint-plugin": "latest",
"@types/bun": "latest",
"@types/jsdom": "^21.1.7",
"@types/offscreencanvas": "^2019.7.3",
"@types/uglify-js": "latest",
"canvas": "^3.1.0",
"eslint": "latest",
"eslint-plugin-jsdoc": "latest",
"jsdom": "^26.0.0",
"mitata": "latest",
"tsx": "latest",
"typescript": "latest",
"typescript-eslint": "latest",
"uglify-js": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/PT-Perkasa-Pilar-Utama/ppu-pdf.git"
},
"dependencies": {
"mupdf": "^1.3.1"
}
}