original package.json
This commit is contained in:
parent
79405217ae
commit
986843a28c
24
package.json
Normal file
24
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user