{ "name": "php-chess", "version": "1.0.0", "main": "index.js", "scripts": { "watch": "esbuild ./src/index.js --bundle --outfile=../html/static/bundle.js --watch", "build": "esbuild ./src/index.js --bundle --outfile=../html/static/bundle.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "MIT", "description": "", "dependencies": { "esbuild": "^0.24.0", "htmx.org": "^1.9.12" } }