{
  "name": "rambda",
  "version": "11.3.0",
  "scripts": {
    "out": "yarn populatedocs && yarn populatereadme && yarn build && yarn create-docsify",
    "build": "yarn build:main && yarn build:web && yarn build:esm",
    "build:main": "rollup rambda.js --file dist/rambda.cjs --format cjs",
    "build:esm": "rollup rambda.js --file dist/rambda.js --format es",
    "build:web": "rollup rambda.js --file dist/rambda.umd.js --format umd --name \"R\"",
    "populatedocs": "cd ../rambda-scripts && yarn populate:docs",
    "populatereadme": "cd ../rambda-scripts && yarn populate:readme",
    "format": "oxfmt --write 'source/**/*.{ts,js}'",
    "lint:file": "oxfmt --write",
    "lint:typings": "tsc",
    "test:file": "node scripts/tasks/run/run-test.js",
    "test:ci": "vitest run",
    "test": "vitest run --watch -u",
    "test:typings": "tsc -p tsconfig.specs.json",
    "create-docsify": "cd ../rambda-scripts && yarn create-docsify",
    "deps": "run dep:next 10",
    "x": "run dep:stable 10",
    "ts": "yarn test:typings"
  },
  "niketaScripts": {
    "scripts": {
      "Testing": {
        "**/*.ts": "yarn test:file",
        "**/*.tsx": "yarn test:file"
      },
      "Linting": {
        "**/*.ts": "yarn lint:file",
        "**/*.js": "yarn lint:file"
      }
    },
    "active": "Testing"
  },
  "type": "module",
  "exports": {
    "require": {
      "types": "./index.d.cts",
      "default": "./dist/rambda.cjs"
    },
    "types": "./index.d.ts",
    "default": "./dist/rambda.js"
  },
  "main": "dist/rambda.cjs",
  "module": "dist/rambda.js",
  "dependencies": {},
  "devDependencies": {
    "@types/mocha": "10.0.10",
    "@types/node": "26.1.0",
    "@vitest/coverage-v8": "5.0.0-beta.5",
    "helpers-fn": "2.1.1",
    "lodash": "4.18.1",
    "oxfmt": "0.62.0",
    "radashi": "13.0.0-beta.ffa4778",
    "rambdax": "11.3.1",
    "ramda": "0.32.0",
    "remeda": "2.39.0",
    "rollup": "4.62.2",
    "types-ramda": "0.32.0",
    "typescript": "7.0.1-rc",
    "vitest": "4.1.9"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/selfrefactor/rambda.git"
  },
  "license": "MIT",
  "author": "self_refactor",
  "description": "Lightweight and faster alternative to Ramda with included TS definitions",
  "keywords": [
    "curried",
    "fp",
    "functional",
    "generics",
    "lodash",
    "ramda",
    "remeda",
    "stdlib",
    "toolkit",
    "ts",
    "types",
    "typescript",
    "utilities",
    "utility",
    "utils"
  ],
  "homepage": "https://github.com/selfrefactor/rambda#readme",
  "files": [
    "dist",
    "src",
    "CHANGELOG.md",
    "index.d.ts",
    "index.d.cts",
    "rambda.js"
  ],
  "sideEffects": false,
  "umd": "./dist/rambda.umd.js",
  "types": "./index.d.cts"
}
