2024-02-20 21:28:27 +01:00
|
|
|
{
|
|
|
|
|
"name": "@homarr/log",
|
|
|
|
|
"version": "0.1.0",
|
2024-09-01 16:40:22 +03:00
|
|
|
"private": true,
|
2025-03-01 17:23:00 +01:00
|
|
|
"license": "Apache-2.0",
|
2024-06-08 20:49:57 +02:00
|
|
|
"type": "module",
|
2024-02-20 21:28:27 +01:00
|
|
|
"exports": {
|
2025-02-18 22:54:15 +01:00
|
|
|
".": "./src/index.ts",
|
|
|
|
|
"./env": "./src/env.ts"
|
2024-02-20 21:28:27 +01:00
|
|
|
},
|
|
|
|
|
"typesVersions": {
|
|
|
|
|
"*": {
|
|
|
|
|
"*": [
|
|
|
|
|
"src/*"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"clean": "rm -rf .turbo node_modules",
|
|
|
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
2024-09-01 16:40:22 +03:00
|
|
|
"lint": "eslint",
|
2024-02-20 21:28:27 +01:00
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
|
},
|
2024-09-01 16:40:22 +03:00
|
|
|
"prettier": "@homarr/prettier-config",
|
2024-02-20 21:28:27 +01:00
|
|
|
"dependencies": {
|
2025-02-18 22:54:15 +01:00
|
|
|
"@homarr/env": "workspace:^0.1.0",
|
2025-04-11 13:08:22 +00:00
|
|
|
"ioredis": "5.6.1",
|
2024-12-06 13:00:57 +00:00
|
|
|
"superjson": "2.2.2",
|
2025-02-18 22:54:15 +01:00
|
|
|
"winston": "3.17.0",
|
2025-05-20 23:20:46 +00:00
|
|
|
"zod": "^3.25.8"
|
2024-02-20 21:28:27 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@homarr/eslint-config": "workspace:^0.2.0",
|
|
|
|
|
"@homarr/prettier-config": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/tsconfig": "workspace:^0.1.0",
|
2025-05-16 20:24:10 +00:00
|
|
|
"eslint": "^9.27.0",
|
2025-04-05 08:39:48 +00:00
|
|
|
"typescript": "^5.8.3"
|
2024-09-01 16:40:22 +03:00
|
|
|
}
|
2024-02-20 21:28:27 +01:00
|
|
|
}
|