{
  "name": "@typed/effects",
  "version": "6.8.0",
  "description": "Generator-powered Effect management",
  "main": "./cjs/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TylorS/typed-prelude.git"
  },
  "keywords": [
    "Effects",
    "Typed",
    "TypeScript"
  ],
  "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",
  "unpkg": "./umd/index.js",
  "module": "./esm/index.js",
  "types": "./esm/index.d.ts",
  "main:ts": "./source/index.ts",
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "tslib": "^2.0.0"
  },
  "sideEffects": false,
  "dependencies": {
    "@typed/common": "^3.5.0",
    "@typed/disposable": "^3.4.1",
    "@typed/either": "^8.3.0",
    "@typed/env": "^8.5.0",
    "@typed/lambda": "^3.4.0",
    "@typed/list": "^6.4.4",
    "@typed/maybe": "^10.4.0",
    "@typed/promises": "^5.3.0",
    "@typed/timer": "^3.6.0"
  },
  "gitHead": "3e28f77062790970384a3b022342dd3a01335155"
}
