remeda-extra/package.json

25 lines
555 B
JSON

{
"name": "@yanick/remeda",
"version": "0.1.0",
"description": "Remeda, plus a handful of added functions",
"type": "module",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"remeda",
"functional"
],
"author": "Yanick Champoux <yanick@babyl.ca> (http://techblog.babyl.ca/)",
"license": "ISC",
"devDependencies": {
"@vitest/coverage-c8": "^0.33.0",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
"dependencies": {
"remeda": "^1.24.0"
}
}