{
  "name": "@sorrell/functional",
  "version": "1.0.13",
  "description": "Functional programming utilities for TypeScript.",
  "private": false,
  "scripts": {
    "prepack": "npm run build",
    "build:js": "node esbuild.config.mts",
    "prebuild:types": "tsc -p ./tsconfig.script.json",
    "build:types": "tsc -p ./tsconfig.types.json && node ./Intermediate/Script/CreateTypeDeclarations.js",
    "build": "npm run build:js && npm run build:types"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./Distribution/Types/index.d.mts",
        "default": "./Distribution/index.js"
      },
      "require": {
        "types": "./Distribution/Types/index.d.cts",
        "default": "./Distribution/index.cjs"
      }
    }
  },
  "homepage": "https://github.com/GageSorrell/SorrellWm/tree/Master/Package/Functional#ReadMe",
  "bugs": {
    "url": "https://github.com/GageSorrell/SorrellWm/issues"
  },
  "repository": {
    "directory": "Package/Functional",
    "type": "git",
    "url": "git+https://github.com/GageSorrell/SorrellWm.git"
  },
  "author": {
    "email": "gage@sorrell.sh",
    "name": "Gage Sorrell",
    "url": "https://sorrell.sh"
  },
  "dependencies": {},
  "devDependencies": {},
  "keywords": [
    "functional",
    "typescript",
    "ts",
    "utilities",
    "utils",
    "sorrell"
  ],
  "license": "MIT",
  "type": "module"
}
