mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-26 14:22:23 +02:00
27 lines
765 B
JSON
27 lines
765 B
JSON
{
|
|
"name": "@hcengineering/communication",
|
|
"workspaces": ["packages/*"],
|
|
"scripts": {
|
|
"publish": "sh scripts/publish.sh",
|
|
"publish:beta": "sh scripts/publish.sh beta",
|
|
"build": "turbo run build",
|
|
"lint": "turbo run lint",
|
|
"format": "turbo run format",
|
|
"reformat": "turbo run format && turbo run lint -- --fix",
|
|
"format:check": "prettier --check \"**/*.ts\"",
|
|
"clean": "turbo run clean"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.25.1",
|
|
"@types/bun": "^1.2.10",
|
|
"bun-types": "^1.2.10",
|
|
"eslint": "^9.25.1",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.2.6",
|
|
"prettier": "^3.5.3",
|
|
"typescript-eslint": "^8.31.0",
|
|
"turbo": "^2.5.0"
|
|
},
|
|
"packageManager": "bun@1.2.9"
|
|
}
|