Files
cablecreations.de/package.json
2026-01-19 19:13:27 +01:00

20 lines
466 B
JSON

{
"name": "cablecreations-2026",
"private": true,
"workspaces": [
"apps/*"
],
"scripts": {
"dev": "npm run dev --workspaces --if-present",
"build": "npm run build --workspaces --if-present",
"lint": "npm run lint --workspaces --if-present"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.0.0",
"tsx": "^4.21.0",
"typescript": "^5.0.0"
}
}