{ "name": "monorepo", "version": "0.0.1", "private": true, "description": "Classic Minesweeper browser game", "author": "Ayo Ayco", "type": "module", "repository": { "type": "git", "url": "https://github.com/ayo-run/mnswpr" }, "scripts": { "test": "echo \"Warn: no test specified\"", "dev": "vite app", "start": "vite app", "build:preview": "pnpm -F app run build:preview", "build:lib": "vite build lib --config vite-lib.config.js", "release": "pnpm -F @ayo-run/mnswpr release", "prepare": "husky", "lint": "eslint .", "lint:fix": "eslint . --fix" }, "devDependencies": { "@eslint/css": "^1.1.0", "@eslint/js": "^10.0.1", "@stylistic/eslint-plugin": "^5.10.0", "bumpp": "^11.0.1", "eslint": "^10.1.0", "globals": "^17.4.0", "husky": "^9.1.7", "simple-git": "^3.33.0", "vite": "^8.0.3" }, "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319" }