UNPKG

remeda-utils

Version:

this is just a library of some functions that you can plug right into your remeda-js pipeline

42 lines (41 loc) 1.08 kB
{ "name": "remeda-utils", "sideEffects": false, "version": "0.0.1", "description": "this is just a library of some functions that you can plug right into your remeda-js pipeline", "main": "index.js", "scripts": { "build": "tsc", "test": "vitest --run", "lint": "eslint .", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint" }, "repository": { "type": "git", "url": "git+https://github.com/jjhiggz/remeda-utils.git" }, "keywords": [ "remeda", "functional", "programming", "lodash" ], "author": "Jonathan Higger", "license": "ISC", "bugs": { "url": "https://github.com/jjhiggz/remeda-utils/issues" }, "homepage": "https://github.com/jjhiggz/remeda-utils#readme", "devDependencies": { "@types/node": "^18.11.18", "@typescript-eslint/eslint-plugin": "^5.48.2", "@typescript-eslint/parser": "^5.48.2", "eslint": "^8.32.0", "npm-run-all": "^4.1.5", "prettier": "^2.8.3", "typescript": "^4.9.4", "vitest": "^0.27.2" } }