{
  "name": "ts-unreachable",
  "version": "2.0.0",
  "keywords": [
    "bottom type",
    "default",
    "discriminated",
    "disjoint",
    "exhaustiveness checking",
    "exhaustiveness",
    "switch",
    "tagged unions",
    "typed",
    "typescript",
    "unreachable"
  ],
  "repository": "LinusU/ts-unreachable",
  "license": "MIT",
  "type": "module",
  "exports": "./index.js",
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  }
}
