{
  "name": "@typed/maybe",
  "version": "10.4.0",
  "description": "Data structure for working with values that may not exist",
  "main": "./cjs/index.js",
  "module": "./esm/index.js",
  "types": "./esm/index.d.ts",
  "main:ts": "./source/index.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tylors/typed-prelude.git"
  },
  "keywords": [
    "typed",
    "typescript",
    "maybe",
    "optional"
  ],
  "author": "Tylor Steinberger <tlsteinberger167@gmail.com>",
  "license": "Parity-6.0.0",
  "bugs": {
    "url": "https://github.com/tylors/typed-prelude/issues"
  },
  "homepage": "https://github.com/tylors/typed-prelude#readme",
  "dependencies": {
    "@typed/lambda": "^3.4.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "tslib": "^2.0.0"
  },
  "sideEffects": false,
  "gitHead": "68900a6301af037d953f3111a3c87c1141d44738",
  "unpkg": "./umd/index.js"
}
