forked from anon-aadhaar/sPDF.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 955 Bytes
/
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
{
"name": "@mybesthomecare/spdf",
"version": "0.1.5",
"description": "Digital signatures of PDF and Encrypt/Decrypt PDF, on JavaScript.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc --build ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/MyBestHomecare/sPDF.js.git"
},
"author": "RippleRirigaki",
"license": "MIT",
"bugs": {
"url": "https://github.com/MyBestHomecare/sPDF.js/issues"
},
"homepage": "https://github.com/MyBestHomecare/sPDF.js#readme",
"dependencies": {
"@pdf-lib/fontkit": "^1.1.1",
"axios": "^1.3.4",
"crypto-js": "^4.1.1",
"jsrsasign": "^10.6.1",
"pdf-lib": "^1.17.1",
"saslprep": "^1.0.3"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/node": "^20.14.2",
"@types/saslprep": "^1.0.3",
"typescript": "^5.4.5"
}
}