exposure-keys
Version:
Temporary Exposure Keys (TEK) library
49 lines (48 loc) • 1.21 kB
JSON
{
"author": "Florian Imdahl <git@ffflorian.de>",
"dependencies": {
"jszip": "3.10.1",
"protobufjs": "7.5.3"
},
"description": "Temporary Exposure Keys (TEK) library",
"devDependencies": {
"protobufjs-cli": "1.2.0",
"rimraf": "6.0.1",
"typescript": "5.8.3"
},
"engines": {
"node": ">= 18.0"
},
"files": [
"dist",
"proto/export.js",
"proto/export.d.ts"
],
"keywords": [
"tek",
"temporary",
"exposure",
"keys",
"google",
"apple",
"corona",
"covid",
"covid19",
"covid-19",
"typescript"
],
"license": "GPL-3.0",
"name": "exposure-keys",
"repository": "https://github.com/ffflorian/node-packages/tree/main/packages/exposure-keys",
"scripts": {
"build": "yarn build:proto && yarn build:ts",
"build:proto": "pbjs --t static-module -w commonjs -o proto/export.js proto/export.proto && pbts --out proto/export.d.ts --no-comments proto/export.js",
"build:ts": "tsc",
"clean": "rimraf dist",
"dist": "yarn clean && yarn build",
"start": "node --loader ts-node/esm src/cli.ts -d"
},
"type": "module",
"version": "1.10.6",
"gitHead": "b834177d548b327ae16488fc9c8a55ba4cae02b3"
}