-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 839 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 839 Bytes
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
{
"name": "pdf-tools",
"version": "0.8.0",
"description": "PDF Tools MCP server for Claude Desktop",
"type": "module",
"main": "server/index.js",
"license": "MIT",
"scripts": {
"build:ui": "vite build",
"test": "vitest run"
},
"repository": {
"type": "git",
"url": "https://github.com/Open-Document-Alliance/PDF-Tools.git"
},
"homepage": "https://github.com/Open-Document-Alliance/PDF-Tools",
"bugs": {
"url": "https://github.com/Open-Document-Alliance/PDF-Tools/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"@napi-rs/canvas": "^0.1.99",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "5.4.624"
},
"devDependencies": {
"@modelcontextprotocol/ext-apps": "^1.7.0",
"vite": "^8.0.9",
"vite-plugin-singlefile": "^2.3.3",
"vitest": "^4.1.4"
}
}