{
  "name": "remeda",
  "version": "2.23.0",
  "type": "module",
  "description": "A utility library for JavaScript and Typescript.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/remeda/remeda.git"
  },
  "homepage": "https://remedajs.com/",
  "bugs": {
    "url": "https://github.com/remeda/remeda/issues"
  },
  "author": "Łukasz Sentkiewicz",
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist/*"
  ],
  "keywords": [
    "algo",
    "algorithm",
    "curried",
    "fp",
    "functional",
    "generics",
    "lodash",
    "ramda",
    "stdlib",
    "toolkit",
    "ts",
    "types",
    "typescript",
    "underscore",
    "util",
    "utilities",
    "utility",
    "utils"
  ],
  "scripts": {
    "build": "tsup",
    "check": "tsc --project tsconfig.source.json",
    "check:dist": "tsc --project tsconfig.dist.json",
    "format": "prettier . --write",
    "lint": "eslint --fix --max-warnings 0 --cache --cache-location ./node_modules/.cache/eslint/",
    "lint:build": "attw --pack . && publint",
    "publish:jsr": "jsr publish",
    "publish:preview": "pkg-pr-new publish",
    "release": "semantic-release",
    "test": "tsc --project tsconfig.tests.json && vitest --typecheck.enabled --typecheck.ignoreSourceErrors",
    "test:coverage": "vitest run --coverage",
    "test:runtime": "tsc --project tsconfig.tests.json && vitest",
    "test:typing": "tsc --version && vitest --typecheck.only --typecheck.ignoreSourceErrors"
  },
  "dependencies": {
    "type-fest": "^4.41.0"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.1",
    "@eslint/js": "^9.28.0",
    "@types/eslint-config-prettier": "^6.11.3",
    "@types/node": "^22.15.29",
    "@vitest/coverage-v8": "^3.2.1",
    "@vitest/eslint-plugin": "^1.2.1",
    "eslint": "^9.28.0",
    "eslint-config-prettier": "^10.1.5",
    "eslint-plugin-jsdoc": "^50.7.1",
    "eslint-plugin-unicorn": "^59.0.1",
    "jiti": "^2.4.2",
    "jsr": "^0.13.4",
    "lint-staged": "^16.1.0",
    "pkg-pr-new": "^0.0.51",
    "prettier": "^3.5.3",
    "prettier-plugin-pkg": "^0.19.1",
    "prettier-plugin-sh": "^0.17.4",
    "publint": "^0.3.12",
    "semantic-release": "^24.2.5",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.33.1",
    "vitest": "^3.2.1"
  },
  "sideEffects": false
}
