forked from aazcast/haciendacostarica-signer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 821 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
{
"name": "haciendacostarica-signer",
"version": "1.0.2",
"description": "Sign bill for Hacienda Costa Rica with xades-epes using p12",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Andres Castillo <andres@gravity.cr> (https://gravity.cr)",
"license": "MIT",
"dependencies": {
"@peculiar/webcrypto": "^1.0.12",
"moment-timezone": "^0.5.25",
"node-forge": "^0.8.4",
"pvtsutils": "^1.0.4",
"xadesjs": "^2.0.15",
"xml-core": "^1.0.15"
},
"bugs": {
"url": "https://github.com/aazcast/haciendacostarica-signer/issues"
},
"homepage": "https://github.com/aazcast/haciendacostarica-signer#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:aazcast/haciendacostarica-signer.git"
}
}