-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (47 loc) · 1.09 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
{
"name": "@gobmx-sfp/firmafiel",
"version": "1.0.13",
"description": "Validador de certificados SSL con verificación OCSP externa",
"main": "dist/firmafiel.js",
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && exit 1",
"build": "webpack --mode production"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/gobmx-sfp/firmafiel.git"
},
"keywords": [
"firma",
"electrónica",
"ssl",
"fiel",
"ocsp",
"sat",
"pki"
],
"author": "Luis Lucio <[email protected]>",
"license": "MIT",
"dependencies": {
"axios": "^0.19.2",
"buffer": "^5.5.0",
"crypto": "^1.0.1",
"node-forge": "^0.9.1",
"object-hash": "^2.0.3"
},
"bugs": {
"url": "https://github.com/gobmx-sfp/firmafiel/issues"
},
"homepage": "https://github.com/gobmx-sfp/firmafiel#readme",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
}
}