Files
reacord/packages/helpers/package.json
itsMapleLeaf 3a786310b1 upgrades
2023-10-10 10:50:15 -05:00

16 lines
280 B
JSON

{
"name": "@reacord/helpers",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"typecheck": "tsc -b"
},
"dependencies": {
"@types/lodash-es": "^4.17.9",
"lodash-es": "^4.17.21",
"type-fest": "^4.4.0",
"vitest": "^0.34.6"
}
}