{
  "name": "fluture",
  "version": "7.2.2",
  "description": "FantasyLand compliant (monadic) alternative to Promises",
  "main": "index.js",
  "types": "index.d.ts",
  "module": "index.mjs.js",
  "@std/esm": {
    "esm": "all",
    "cjs": true
  },
  "files": [
    "src",
    "index.es.js",
    "index.d.ts"
  ],
  "repository": "https://github.com/fluture-js/Fluture.git",
  "scripts": {
    "build": "rollup -c",
    "clean": "rimraf npm-debug.log coverage index.js index.test.js",
    "lint": "eslint src test index.es.js README.md",
    "lint:readme": "remark --no-stdout --frail -u remark-validate-links README.md",
    "release": "npm outdated --long; xyz --edit --repo git@github.com:fluture-js/Fluture.git --tag 'X.Y.Z' --script scripts/distribute --increment",
    "test": "npm run lint && npm run lint:readme && npm run test:unit && npm run test:types",
    "test:unit": "npm run build && nyc --include src mocha --require @std/esm --ui bdd --reporter list --check-leaks --full-trace test/**.test.js",
    "test:coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "test:types": "tsc index.d.ts"
  },
  "author": "Aldwin Vlasblom <aldwin.vlasblom@gmail.com> (https://github.com/Avaq)",
  "homepage": "https://github.com/fluture-js/Fluture",
  "bugs": {
    "url": "https://github.com/fluture-js/Fluture/issues"
  },
  "license": "MIT",
  "engines": {
    "node": ">=4.0.0"
  },
  "keywords": [
    "algebraic",
    "async",
    "asynchronous",
    "browser",
    "control-flow",
    "fantasy-land",
    "fp",
    "functional",
    "functor",
    "future",
    "library",
    "monad",
    "monadic",
    "node",
    "parallel",
    "promise",
    "sequential"
  ],
  "dependencies": {
    "concurrify": "^1.0.0",
    "denque": "^1.1.1",
    "inspect-f": "^1.2.0",
    "sanctuary-type-classes": "^6.0.0",
    "sanctuary-type-identifiers": "^2.0.0"
  },
  "devDependencies": {
    "@std/esm": "0.12.4",
    "benchmark": "^2.1.0",
    "chai": "^4.1.2",
    "codecov": "^3.0.0",
    "data.task": "^3.0.0",
    "eslint": "^4.7.2",
    "eslint-config-warp": "^2.0.0",
    "eslint-plugin-markdown": "^1.0.0-beta.7",
    "fantasy-land": "^3.0.0",
    "fantasy-states": "^0.2.1",
    "fun-task": "^1.5.1",
    "jsverify": "^0.8.3",
    "lodash.curry": "^4.1.1",
    "mocha": "^4.0.0",
    "nyc": "^11.2.1",
    "ramda": "^0.25.0",
    "ramda-fantasy": "^0.8.0",
    "remark-cli": "^4.0.0",
    "remark-validate-links": "^7.0.0",
    "rimraf": "^2.6.2",
    "rollup": "^0.50.0",
    "rollup-plugin-commonjs": "^8.2.1",
    "rollup-plugin-node-resolve": "^3.0.0",
    "typescript": "^2.6.1",
    "xyz": "^2.0.1"
  }
}
