{ "name": "x86-wordle", "version": "1.0.0", "description": "", "main": "src/main.jsx", "scripts": { "build": "esbuild src/main.jsx --bundle --outfile='html/static/bundle.js' --tree-shaking=true --minify", "watch": "esbuild src/main.jsx --bundle --outfile='html/static/bundle.js' --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "." }, "author": "", "license": "ISC", "dependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "esbuild": "^0.25.1" } }