-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 988 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 988 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
33
34
35
36
37
38
{
"name": "pdf-authenticator",
"version": "1.0.0",
"description": "Fast, lightweight, and secure PDF validator for Node.js. Detect real PDFs and prevent fake or renamed files like .exe or .txt disguised as .pdf.",
"main": "index.js",
"keywords": [
"pdf",
"pdf validator",
"validate pdf",
"check pdf",
"safe pdf",
"file validation",
"node pdf",
"backend pdf",
"upload validation",
"pdf security",
"pdf file check",
"detect pdf",
"is pdf",
"pdf verification",
"binary file check",
"pdf authenticator"
],
"author": "Guru Sharan Kumar Ram",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gurusharankumarram1/pdf-authenticator.git"
},
"bugs": {
"url": "https://github.com/gurusharankumarram1/pdf-authenticator/issues"
},
"homepage": "https://github.com/gurusharankumarram1/pdf-authenticator#readme",
"type": "commonjs",
"engines": {
"node": ">=12"
}
}