2025-01-22 20:43:54 +01:00
|
|
|
{
|
|
|
|
|
"name": "@homarr/docker",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
2025-03-01 17:23:00 +01:00
|
|
|
"license": "Apache-2.0",
|
2025-01-22 20:43:54 +01:00
|
|
|
"type": "module",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": "./index.ts",
|
|
|
|
|
"./env": "./src/env.ts"
|
|
|
|
|
},
|
|
|
|
|
"typesVersions": {
|
|
|
|
|
"*": {
|
|
|
|
|
"*": [
|
|
|
|
|
"src/*"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"clean": "rm -rf .turbo node_modules",
|
|
|
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
|
|
|
|
"lint": "eslint",
|
|
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
|
},
|
|
|
|
|
"prettier": "@homarr/prettier-config",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@homarr/common": "workspace:^0.1.0",
|
2025-02-18 22:54:15 +01:00
|
|
|
"@homarr/env": "workspace:^0.1.0",
|
2025-04-19 13:03:16 +00:00
|
|
|
"dockerode": "^4.0.6"
|
2025-01-22 20:43:54 +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-20 19:18:32 +00:00
|
|
|
"@types/dockerode": "^3.3.39",
|
2025-05-16 20:24:10 +00:00
|
|
|
"eslint": "^9.27.0",
|
2025-04-05 08:39:48 +00:00
|
|
|
"typescript": "^5.8.3"
|
2025-01-22 20:43:54 +01:00
|
|
|
}
|
|
|
|
|
}
|