{ "name": "emchess", "version": "0.0.1", "description": "A small, elegant browser chess game with emoji pieces.", "type": "module", "license": "GPL-3.0-or-later", "author": "Pablo Murad ", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview" }, "dependencies": { "chess.js": "^1.4.0" }, "devDependencies": { "typescript": "^5.6.3", "vite": "^5.4.10", "vite-plugin-pwa": "^1.3.0" }, "allowScripts": { "esbuild@0.21.5": true } }