{
  "name": "e.firma",
  "version": "1.0.1",
  "author": "MrCalamitus <calamitus@hotmail.es>",
  "description": "Adminstración y validación de certificados x509 con verificaciones OCSP",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "engines": {
    "node": ">=22.14.0"
  },
  "scripts": {
    "test": "jest",
    "make-diagram": "npx tsuml2 --glob \"./src/*.ts\"  ",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ESIMIOS/e.firma.git"
  },
  "keywords": [
    "e.firma",
    "x509",
    "RSA",
    "OCSP",
    "CFDI",
    "SAT",
    "AC4",
    "AC5",
    "MORAL",
    "FISICA",
    "PEM"
  ],
  "bugs": {
    "url": "https://github.com/ESIMIOS/e.firma/issues"
  },
  "homepage": "https://github.com/ESIMIOS/e.firma#readme",
  "dependencies": {
    "cross-fetch": "4.1.0",
    "node-forge": "1.3.1"
  },
  "devDependencies": {
    "@types/jest": "29.5.14",
    "@types/node": "22.14.0",
    "@types/node-forge": "1.3.11",
    "ts-jest": "29.3.1",
    "ts-node": "10.9.2",
    "tsuml2": "0.5.1",
    "typescript": "5.5.4",
    "tslint": "6.1.3"
  },
  "license": "MIT"
}
