mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 02:06:34 +02:00
20 lines
369 B
JSON
20 lines
369 B
JSON
{
|
|
"name": "@rallly/utils",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"test:unit": "vitest run",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"exports": {
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"dependencies": {
|
|
"nanoid": "^5.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@rallly/tsconfig": "workspace:*",
|
|
"@types/node": "^18.19.41",
|
|
"vitest": "^2.1.9"
|
|
}
|
|
}
|