{
  "name": "fp-ts-wonka",
  "version": "0.1.0",
  "main": "lib/index.js",
  "module": "es6/index.js",
  "typings": "lib/index.d.ts",
  "homepage": "https://github.com/lingard/fp-ts-wonka",
  "repository": {
    "type": "git",
    "url": "https://github.com/lingard/fp-ts-wonka.git"
  },
  "bugs": {
    "url": "https://github.com/lingard/fp-ts-wonka/issues"
  },
  "tags": [
    "fp-ts",
    "wonka"
  ],
  "keywords": [
    "fp-ts",
    "wonka"
  ],
  "license": "MIT",
  "peerDependencies": {
    "fp-ts": "^2.11.5",
    "wonka": "^4.0.15"
  }
}