vchikalkin ecc7b44d6d
Some checks failed
Build & Deploy Web & Bot / Build and Push to Docker Hub (push) Has been cancelled
Build & Deploy Web & Bot / Deploy to VPS (push) Has been cancelled
fix build web with docker compose
2025-07-02 17:46:33 +03:00

25 lines
526 B
JSON

{
"name": "@repo/utils",
"version": "0.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"test:unit": "vitest"
},
"exports": {
"./datetime-format": "./src/datetime-format.ts",
"./customer": "./src/customer.ts"
},
"dependencies": {
"@repo/typescript-config": "workspace:*",
"dayjs": "catalog:",
"radashi": "catalog:",
"vite-tsconfig-paths": "catalog:",
"vitest": "catalog:",
"zod": "catalog:"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*"
}
}