mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 02:06:34 +02:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Luke Vella <me@lukevella.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 lines
326 B
JSON
19 lines
326 B
JSON
{
|
|
"name": "@rallly/utils",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"test:unit": "vitest run",
|
|
"lint": "eslint ./src",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"exports": {
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"dependencies": {
|
|
"nanoid": "^5.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^2.1.9"
|
|
}
|
|
}
|