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",
|
2025-07-17 10:43:13 +02:00
|
|
|
"./constants": "./src/constants.ts",
|
2025-02-18 22:54:15 +01:00
|
|
|
"./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-07-20 17:13:57 +02:00
|
|
|
"@homarr/core": "workspace:^0.1.0",
|
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-09-25 19:27:40 +00:00
|
|
|
"zod": "^4.1.11"
|
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-09-24 16:39:21 +00:00
|
|
|
"eslint": "^9.36.0",
|
2025-08-01 13:59:35 +02:00
|
|
|
"typescript": "^5.9.2"
|
2024-09-01 16:40:22 +03:00
|
|
|
}
|
2024-02-20 21:28:27 +01:00
|
|
|
}
|