{ "type": "module", "name": "updeep-remeda", "version": "2.0.0", "description": "Easily update nested frozen objects and arrays in a declarative and immutable manner.", "homepage": "https://git.babyl.ca/yanick/updeep-remeda", "repository": { "type": "git", "url": "https://git.babyl.ca/yanick/updeep-remeda" }, "author": "Aaron Jensen", "files": [ "dist", "types" ], "keywords": [ "immutable", "frozen", "functional", "declarative" ], "source": "./src/index.ts", "types": "./esm/index.d.ts", "exports": { ".": { "types": "./esm/index.d.ts", "import": "./esm/index.js", "require": "./commonjs/index.js" } }, "license": "MIT", "bugs": { "url": "https://git.babyl.ca/yanick/updeep-remeda/issues" }, "scripts": { "dtslint": "dtslint --localTs node_modules/typescript/lib types", "eslint": "eslint --ext .js,.jsx,.ts,.tsx", "lint": "yarn -s eslint . && yarn -s dtslint" }, "dependencies": { "remeda": "^1.3.0" }, "devDependencies": { "@types/node": "*", "@typescript-eslint/eslint-plugin": "*", "@typescript-eslint/parser": "*", "@vitest/ui": "^0.26.3", "benchmark": "*", "dtslint": "*", "eslint": "*", "eslint-config-prettier": "*", "eslint-plugin-expect-type": "*", "eslint-plugin-import": "*", "eslint-plugin-prettier": "*", "prettier": "*", "typescript": "^4.9.4", "vitest": "^0.26.3" } }