{ "name": "go-learn", "version": "0.3.1", "private": true, "description": "Обучающий сайт по игре Го: интерактивный курс + симулятор партии против ИИ. Полностью клиентский, статическая сборка.", "type": "module", "workspaces": [ "packages/*", "apps/*" ], "scripts": { "format": "prettier --write .", "format:check": "prettier --check .", "lint": "eslint .", "typecheck": "tsc -b --noEmit", "test": "vitest run", "gates": "npm run format:check && npm run lint && npm run typecheck && npm run test" }, "devDependencies": { "@eslint/js": "10.0.1", "@types/node": "26.1.2", "@typescript-eslint/eslint-plugin": "8.66.0", "@typescript-eslint/parser": "8.66.0", "eslint": "10.8.0", "eslint-config-prettier": "10.1.8", "fast-check": "4.9.0", "prettier": "3.9.6", "typescript": "5.9.3", "vitest": "4.1.10" }, "engines": { "node": ">=20" } }