{ "name": "kyoo", "private": true, "scripts": { "dev": "yarn workspaces foreach -pi run dev", "web": "yarn workspace web dev", "mobile": "yarn workspace mobile dev", "build:web": "yarn workspace web build", "build:mobile": "yarn workspace mobile build", "build:mobile:dev": "yarn workspace mobile build:dev", "update": "yarn workspace mobile update", "lint": "eslint ." }, "eslintIgnore": [ "next-env.d.ts" ], "workspaces": [ "apps/*", "packages/*" ], "prettier": { "useTabs": true, "printWidth": 100, "trailingComma": "all", "plugins": [ "prettier-plugin-jsdoc" ], "jsdocSingleLineComment": false, "tsdoc": true }, "devDependencies": { "eslint": "8.46.0", "eslint-config-next": "13.4.13", "eslint-config-prettier": "^9.0.0", "eslint-plugin-header": "^3.1.1", "prettier": "^3.0.1", "prettier-plugin-jsdoc": "^1.0.1", "typescript": "5.1.6" }, "packageManager": "yarn@3.2.4" }