{
  "author": "Florian Imdahl <git@ffflorian.de>",
  "dependencies": {
    "jszip": "3.10.1",
    "protobufjs": "8.3.0"
  },
  "description": "Temporary Exposure Keys (TEK) library",
  "devDependencies": {
    "protobufjs-cli": "2.3.0",
    "tsx": "4.22.0",
    "typescript": "6.0.3"
  },
  "engines": {
    "node": ">= 18"
  },
  "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",
  "readme": "https://github.com/ffflorian/node-packages#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ffflorian/node-packages.git"
  },
  "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 -p tsconfig.build.json",
    "clean": "rm -rf dist",
    "dist": "yarn clean && yarn build",
    "start": "tsx src/cli.ts -d",
    "test": "vitest run"
  },
  "type": "module",
  "version": "1.18.2"
}
