mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-27 20:14:57 +02:00
24 lines
613 B
JSON
24 lines
613 B
JSON
{
|
|
"name": "@hcengineering/communication",
|
|
"workspaces": ["packages/*"],
|
|
"scripts": {
|
|
"publish": "sh scripts/publish.sh",
|
|
"build": "turbo run build",
|
|
"lint": "turbo run lint",
|
|
"format": "turbo run format",
|
|
"check": "bun run format && bun run lint"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.24.0",
|
|
"@types/bun": "^1.2.9",
|
|
"bun-types": "^1.2.9",
|
|
"eslint": "^9.24.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.2.6",
|
|
"prettier": "^3.5.3",
|
|
"typescript-eslint": "^8.29.1",
|
|
"turbo": "^2.5.0"
|
|
},
|
|
"packageManager": "bun@1.2.9"
|
|
}
|