{ "private": true, "workspaces": [ "packages/*" ], "scripts": { "build": "yarn workspace @snort/shared build && yarn workspace @snort/system build && yarn workspace @snort/system-react build && yarn workspace @snort/app build", "start": "yarn workspace @snort/shared build && yarn workspace @snort/system build && yarn workspace @snort/system-react build && yarn workspace @snort/app start", "test": "yarn workspace @snort/shared build && yarn workspace @snort/system build && yarn workspace @snort/app test && yarn workspace @snort/system test" }, "devDependencies": { "@cloudflare/workers-types": "^4.20230307.0", "@tauri-apps/cli": "^1.2.3", "prettier": "^3.0.0" }, "prettier": { "printWidth": 120, "bracketSameLine": true, "arrowParens": "avoid" }, "packageManager": "yarn@3.6.1", "dependencies": { "eslint": "^8.44.0", "typescript": "^5.1.6" } }