{
  "name": "ocsp-hashes",
  "version": "1.0.1",
  "description": "Creates ocsp hashes from pem certificate and pem issuer certificate for ocsp revocation validation",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "jest --config jestconfig.json",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "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/appit-online/ocsp-hashes.git"
  },
  "keywords": [
    "ocsp",
    "ocsp stapling",
    "asn.1",
    "ocsp check",
    "ocsp hashes",
    "certificate",
    "pem",
    "pem to ocsp hash",
    "convert pem to ocsp hash",
    "extract ocsp hashes"
  ],
  "funding": {
    "url": "https://paypal.me/dave7117",
    "type": "paypal"
  },
  "author": "David Koller",
  "license": "ISC",
  "files": [
    "lib/**/*"
  ],
  "bugs": {
    "url": "https://github.com/appit-online/ocsp-hashes/issues"
  },
  "homepage": "https://github.com/appit-online/ocsp-hashes#readme",
  "devDependencies": {
    "@types/jest": "^27.0.3",
    "@types/node": "^16.11.12",
    "jest": "^27.4.4",
    "prettier": "^2.5.1",
    "ts-jest": "^27.1.1",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.5.3"
  },
  "dependencies": {}
}
