{
  "name": "@typed/history",
  "version": "10.7.0",
  "description": "Testable interfaces for the history API",
  "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",
    "history",
    "environment",
    "context",
    "dependent"
  ],
  "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/common": "^3.5.0",
    "@typed/disposable": "^3.4.1",
    "@typed/effects": "^6.8.0",
    "@typed/env": "^8.5.0",
    "@typed/lambda": "^3.4.0",
    "@typed/new-type": "^4.0.0",
    "@typed/subscription": "^3.7.0",
    "@typed/tuple": "^3.3.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "tslib": "^2.0.0"
  },
  "sideEffects": false,
  "gitHead": "3e28f77062790970384a3b022342dd3a01335155",
  "unpkg": "./umd/index.js"
}
