26 lines
565 B
JSON
26 lines
565 B
JSON
{
|
|
"name": "@repo/utils",
|
|
"version": "0.0.0",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"lint": "eslint \"**/*.ts\"",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest --watch",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"crypto-js": "^4.2.0",
|
|
"dayjs": "^1.11.19"
|
|
},
|
|
"devDependencies": {
|
|
"@repo/eslint-config": "workspace:*",
|
|
"@repo/typescript-config": "workspace:*",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"eslint": "^8.57.1",
|
|
"typescript": "5.5.4",
|
|
"vitest": "^4.0.17"
|
|
}
|
|
} |