covid-certificate
Version:
Parse and verify a european digital covid certificate (dcc)
71 lines (70 loc) • 1.76 kB
JSON
{
"name": "covid-certificate",
"version": "1.3.2",
"description": "Parse and verify a european digital covid certificate (dcc)",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/btielen/covid-certificate.git"
},
"homepage": "https://github.com/btielen/covid-certificate",
"scripts": {
"prettier": "prettier -w .",
"coverage": "jest --coverage",
"lint": "eslint src",
"test": "jest",
"build": "tsc"
},
"files": [
"lib/**/*"
],
"keywords": [
"dcc",
"covid",
"hcert",
"base45",
"cbor",
"cose",
"corona",
"certificate",
"green certificate"
],
"author": "Benno Tielen <Benno@tielen.nl> (https://github.com/btielen)",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@types/elliptic": "^6.4.14",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.8",
"@types/pako": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"babel-jest": "^27.4.6",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^27.4.7",
"prettier": "2.5.1",
"stream-browserify": "^3.0.0",
"ts-loader": "^9.2.6",
"typedoc": "^0.22.10",
"typescript": "^4.5.4",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@peculiar/webcrypto": "^1.2.3",
"@peculiar/x509": "^1.6.1",
"ajv": "^8.8.2",
"cbor": "^8.1.0",
"pako": "^2.0.4"
},
"engines": {
"node": ">=15.0.0"
}
}