UNPKG

@vaxxnz/nzcp

Version:

A JavaScript implementation of the NZ COVID Pass verification

62 lines (61 loc) 1.72 kB
{ "name": "@vaxxnz/nzcp", "version": "1.2.0", "description": "A JavaScript implementation of the NZ COVID Pass verification", "contributors": [ "Will Seagar <w.seagar@gmail.com>", "Ilia Sidorenko <ilia.sidorenko.421@gmail.com>" ], "repository": "git://github.com/vaxxnz/nzcp-js.git", "license": "MIT", "keywords": [ "typescript", "esbuild", "covid", "new zealand", "nz", "covid pass", "vaccine pass", "vaccine certificate", "sdk", "nzcp", "verifier", "validator" ], "main": "./dist/esbuild/node.js", "types": "./dist/tsc/main.d.ts", "browser": "./dist/esbuild/browser.js", "scripts": { "lint": "eslint src/ --ext .js,.jsx,.ts,.tsx", "test": "jest", "test-watch": "jest --watch", "clean": "rm -rf dist build package", "docs": "typedoc --entryPoints src/main.ts", "build-all": "yarn clean && tsc --emitDeclarationOnly -p tsconfig.json && yarn ts-node build.ts", "build-and-publish": "./build-and-publish" }, "devDependencies": { "@types/elliptic": "^6.4.14", "@types/jest": "^26.0.21", "@types/node": "^15.0.1", "@types/node-fetch": "^2.5.6", "@typescript-eslint/eslint-plugin": "^4.19.0", "@typescript-eslint/parser": "^4.19.0", "base64-arraybuffer": "^1.0.2", "did-resolver": "^3.1.3", "dotenv": "^10.0.0", "elliptic": "^6.5.4", "esbuild": "^0.11.11", "eslint": "^7.22.0", "jest": "^26.6.3", "js-sha256": "^0.9.0", "postinstall-postinstall": "^2.1.0", "rfc4648": "^1.5.0", "ts-jest": "^26.5.4", "ts-node": "^9.1.1", "typedoc": "^0.20.35", "typescript": "^4.2.3", "web-did-resolver": "^2.0.7" }, "dependencies": {} }