veza/package.json

28 lines
671 B
JSON
Raw Normal View History

{
2026-01-07 18:39:21 +00:00
"name": "veza-monorepo",
"private": true,
"packageManager": "npm@10.9.2",
"workspaces": ["apps/web", "packages/*", "veza-backend-api", "veza-stream-server"],
"overrides": {
"axios": ">=1.13.5"
},
"devDependencies": {
"turbo": "^2.3.0",
"@eslint/js": "^9.39.1",
2025-12-17 13:07:35 +00:00
"@playwright/test": "^1.57.0",
"@types/node": "^25.0.3",
"eslint": "^9.39.1",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.5.0",
"prettier": "3.6.2",
"typescript": "5.9.3",
"typescript-eslint": "^8.46.3"
2025-12-17 13:07:35 +00:00
},
"scripts": {
"prepare": "husky",
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint"
}
}