{
  "name": "remeda",
  "version": "2.21.3",
  "description": "A utility library for JavaScript and Typescript.",
  "keywords": [
    "algo",
    "algorithm",
    "curried",
    "fp",
    "functional",
    "generics",
    "lodash",
    "ramda",
    "stdlib",
    "toolkit",
    "ts",
    "types",
    "typescript",
    "underscore",
    "util",
    "utilities",
    "utility",
    "utils"
  ],
  "homepage": "https://remedajs.com/",
  "bugs": {
    "url": "https://github.com/remeda/remeda/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/remeda/remeda.git"
  },
  "license": "MIT",
  "author": "Łukasz Sentkiewicz",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "files": [
    "dist/*"
  ],
  "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",
    "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.39.1"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.17.4",
    "@eslint/js": "^9.21.0",
    "@types/eslint-config-prettier": "^6.11.3",
    "@types/node": "^22.14.0",
    "@vitest/coverage-v8": "^3.1.1",
    "@vitest/eslint-plugin": "^1.1.38",
    "eslint": "^9.21.0",
    "eslint-config-prettier": "^10.1.1",
    "eslint-plugin-jsdoc": "^50.6.9",
    "eslint-plugin-unicorn": "^58.0.0",
    "jiti": "^2.4.2",
    "lint-staged": "^15.5.0",
    "prettier": "^3.5.3",
    "publint": "^0.3.9",
    "semantic-release": "^24.2.3",
    "tsup": "^8.4.0",
    "typescript": "^5.8.2",
    "typescript-eslint": "^8.29.0",
    "vitest": "^3.0.7"
  }
}
