{ "name": "connect-force", "private": true, "version": "0.0.0", "type": "module", "description": "A selfmade Connect Four game.", "author": "Manuel Thalmann ", "scripts": { "lint": "eslint --max-warnings 0 ./src .eslintrc.cjs", "lint-ide": "npm run lint || exit 0" }, "devDependencies": { "@manuth/eslint-plugin-typescript": "^4.0.0", "@manuth/tsconfig": "^3.0.2", "eslint": "^8.23.1" } }