{
  "author": "Dennis Wenger",
  "description": "A small and expressive library of functions that'll let you avoid null and undefined.",
  "files": [
    "**/*.js",
    "**/*.d.ts"
  ],
  "homepage": "https://gitlab.com/wentools/option#readme",
  "keywords": [
    "functional",
    "javascript",
    "monad",
    "option",
    "rust",
    "rust-like",
    "typescript"
  ],
  "license": "MIT",
  "main": "cjs/mod.js",
  "name": "@wentools/option",
  "module": "esm/mod.js",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/wentools/option.git"
  },
  "sideEffects": false,
  "typings": "cjs/mod.d.ts",
  "version": "0.8.6"
}