{ "name": "chessu", "private": "true", "author": "nizewn", "license": "MIT", "workspaces": [ "client", "server", "types" ], "scripts": { "dev": "concurrently \"npm run dev -w client\" \"npm run dev -w server\"", "lint": "eslint . --ignore-path .gitignore", "lint-fix": "eslint --fix . --ignore-path .gitignore", "format": "prettier --write . --ignore-path .gitignore" }, "devDependencies": { "concurrently": "^8.0.1", "eslint": "^8.40.0", "eslint-config-next": "^13.4.3", "eslint-config-prettier": "^8.8.0", "prettier": "^2.8.8", "prettier-plugin-tailwindcss": "^0.3.0" }, "engines": { "node": ">=18" } }