original package.json

main
Yanick Champoux 2023-07-25 10:07:23 -04:00
parent 79405217ae
commit 986843a28c
1 changed files with 24 additions and 0 deletions

24
package.json Normal file
View File

@ -0,0 +1,24 @@
{
"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"
}
}