remeda-extra/package.json

30 lines
765 B
JSON

{
"name": "@yanick/remeda-extra",
"version": "0.1.0",
"description": "A handful of added functions for Remeda",
"repository": "https://git.babyl.ca/yanick/remeda-extra.git",
"bugs": {
"url": "https:/git.babyl.ca/yanick/remeda-extra/issues"
},
"homepage": "https:/git.babyl.ca/yanick/remeda-extra/issues",
"type": "module",
"main": "dist/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"
}
}