remeda-extra/package.json

30 lines
763 B
JSON
Raw Normal View History

2023-07-25 14:07:23 +00:00
{
"name": "@yanick/remeda",
"version": "0.1.0",
"description": "Remeda, plus a handful of added functions",
2023-07-25 17:15:27 +00:00
"repository": "https://git.babyl.ca/yanick/yanick-remeda.git",
"bugs": {
"url": "https:/git.babyl.ca/yanick/yanick-remeda/issues"
},
"homepage": "https:/git.babyl.ca/yanick/yanick-remeda/issues",
2023-07-25 14:07:23 +00:00
"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"
}
}