UNPKG

nz-covid-pass-verifier

Version:

TypeScript implementation of [NZ COVID Pass - Technical Specification v1](https://nzcp.covid19.health.nz/).

62 lines (61 loc) 1.52 kB
{ "name": "nz-covid-pass-verifier", "version": "0.1.1", "description": "TypeScript implementation of [NZ COVID Pass - Technical Specification v1](https://nzcp.covid19.health.nz/).", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepare": "tsc", "build": "tsc", "pretty": "prettier --write .", "lint": "tslint -c tslint.json 'src/**/*.ts'", "test": "mocha -r ts-node/register src/**/*.spec.ts" }, "author": "", "license": "AGPL-3.0-only", "devDependencies": { "@types/cose-js": "^0.8.0", "@types/mocha": "^9.0.0", "@types/node": "^17.0.5", "@types/uuid": "^8.3.3", "bignumber.js": "^9.0.2", "mocha": "^9.1.3", "prettier": "2.5.1", "ts-node": "^10.4.0", "tslint": "^6.1.3", "typescript": "^4.5.4" }, "dependencies": { "base32-decode": "^1.0.0", "cbor": "^7.0.6", "cose-js": "^0.8.3", "did-resolver": "^3.1.5", "uuid": "^8.3.2", "web-did-resolver": "^2.0.11" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/hazzik/nz-covid-pass-verifier-node.git" }, "keywords": [ "typescript", "covid", "new zealand", "nz", "covid pass", "vaccine pass", "vaccine certificate", "nzcp", "verifier", "validator", "parser", "decoder" ], "bugs": { "url": "https://github.com/hazzik/nz-covid-pass-verifier-node/issues" }, "homepage": "https://github.com/hazzik/nz-covid-pass-verifier-node#readme" }