30 lines
763 B
JSON
30 lines
763 B
JSON
{
|
|
"name": "@yanick/remeda",
|
|
"version": "0.1.0",
|
|
"description": "Remeda, plus a handful of added functions",
|
|
"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",
|
|
"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"
|
|
}
|
|
}
|