remeda-extra/package.json

30 lines
765 B
JSON
Raw Permalink Normal View History

2023-07-25 14:07:23 +00:00
{
2023-07-25 17:47:16 +00:00
"name": "@yanick/remeda-extra",
2023-07-25 14:07:23 +00:00
"version": "0.1.0",
2023-07-25 17:47:16 +00:00
"description": "A handful of added functions for Remeda",
"repository": "https://git.babyl.ca/yanick/remeda-extra.git",
2023-07-25 17:15:27 +00:00
"bugs": {
2023-07-25 17:47:16 +00:00
"url": "https:/git.babyl.ca/yanick/remeda-extra/issues"
2023-07-25 17:15:27 +00:00
},
2023-07-25 17:47:16 +00:00
"homepage": "https:/git.babyl.ca/yanick/remeda-extra/issues",
2023-07-25 14:07:23 +00:00
"type": "module",
2023-07-25 17:47:16 +00:00
"main": "dist/index.js",
2023-07-25 14:07:23 +00:00
"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"
}
}