{
  "name": "@mobily/ts-belt",
  "description": "🔧 Fast, modern, and practical utility library for FP in TypeScript.",
  "version": "3.13.1",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js",
      "types": "./dist/types/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "files": [
    "dist",
    "*.md",
    "package.json",
    "index.js.flow"
  ],
  "scripts": {
    "build": "yarn foy -c ./scripts/build.ts",
    "clean": "rm -rf ./dist && rm -f ./tsconfig.tsbuildinfo",
    "test": "yarn foy -c ./scripts/test.ts",
    "re:clean": "yarn rescript clean",
    "re:build": "yarn rescript build",
    "re:dev": "yarn rescript build -w",
    "transform": "yarn foy -c ./scripts/transform.ts",
    "generate": "yarn foy -c ./scripts/generate.ts"
  },
  "engines": {
    "node": ">= 10.*"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "keywords": [
    "typescript",
    "flow",
    "functional-programming",
    "functional",
    "programming",
    "fp",
    "monad",
    "option",
    "option-type",
    "result",
    "result-type",
    "array",
    "utility",
    "utils"
  ],
  "author": "Marcin Dziewulski <hello@mobily.pl>",
  "homepage": "https://github.com/mobily/ts-belt#readme",
  "bugs": "https://github.com/mobily/ts-belt/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/mobily/ts-belt.git"
  },
  "devDependencies": {
    "@types/jest": "^27.0.3",
    "@types/jscodeshift": "^0.11.3",
    "all-contributors-cli": "^6.20.0",
    "common-tags": "^1.8.2",
    "coveralls": "^3.1.1",
    "esbuild": "0.14.0",
    "flow-bin": "^0.168.0",
    "flowgen": "^1.16.1",
    "foy": "^0.2.16",
    "gentype": "^4.3.0",
    "globby": "^11.0.3",
    "jest": "^27.4.5",
    "jscodeshift": "^0.13.0",
    "prettier": "^2.5.1",
    "rescript": "^9.1.4",
    "ts-expect": "^1.3.0",
    "ts-jest": "^27.1.2",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.4"
  },
  "cacheDirectories": [
    "node_modules"
  ]
}
