{ "name": "88x31breakout", "type": "module", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "node src/build/esbuild.config.js", "watch": "node src/build/esbuild.config.js --watch" }, "repository": { "type": "git", "url": "." }, "author": "", "license": "MIT", "dependencies": { "esbuild": "^0.24.0" } }