2024-01-02 17:12:26 +01:00
|
|
|
{
|
|
|
|
|
"name": "@homarr/definitions",
|
|
|
|
|
"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-03-14 18:43:47 +01:00
|
|
|
"type": "module",
|
2024-01-02 17:12:26 +01:00
|
|
|
"exports": {
|
|
|
|
|
".": "./index.ts"
|
|
|
|
|
},
|
|
|
|
|
"typesVersions": {
|
|
|
|
|
"*": {
|
|
|
|
|
"*": [
|
|
|
|
|
"src/*"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"clean": "rm -rf .turbo node_modules",
|
|
|
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
2024-12-01 22:59:11 +01:00
|
|
|
"postinstall": "tsx ./src/docs/codegen.ts",
|
2024-09-01 16:40:22 +03:00
|
|
|
"lint": "eslint",
|
2024-12-01 22:59:11 +01:00
|
|
|
"typecheck": "tsc --noEmit"
|
2024-01-02 17:12:26 +01:00
|
|
|
},
|
2024-09-01 16:40:22 +03:00
|
|
|
"prettier": "@homarr/prettier-config",
|
2024-06-10 21:26:39 +02:00
|
|
|
"dependencies": {
|
2025-05-16 20:10:17 +02:00
|
|
|
"@homarr/common": "workspace:^0.1.0",
|
|
|
|
|
"fast-xml-parser": "^5.2.3",
|
2025-05-20 23:20:46 +00:00
|
|
|
"zod": "^3.25.8"
|
2024-06-10 21:26:39 +02:00
|
|
|
},
|
2024-01-02 17:12:26 +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-05-16 20:10:17 +02:00
|
|
|
"tsx": "4.19.4",
|
2025-04-05 08:39:48 +00:00
|
|
|
"typescript": "^5.8.3"
|
2024-09-01 16:40:22 +03:00
|
|
|
}
|
2024-01-02 17:12:26 +01:00
|
|
|
}
|