24 lines
521 B
JSON
24 lines
521 B
JSON
{
|
|
"name": "@yetanother/utils",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint": "eslint src/",
|
|
"typecheck": "tsc --noEmit",
|
|
"clean": "rm -rf .turbo node_modules"
|
|
},
|
|
"dependencies": {
|
|
"clsx": "^2.1.0",
|
|
"tailwind-merge": "^3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@yetanother/tsconfig": "workspace:*",
|
|
"@yetanother/eslint-config": "workspace:*",
|
|
"typescript": "^5.8.0",
|
|
"eslint": "^9.25.0"
|
|
}
|
|
}
|