{ "name": "axowall", "version": "0.0.1", "description": "", "main": "src/main.ts", "scripts": { "build": "esbuild src/main.ts --bundle --outfile=public/bundle.js", "build-mini": "esbuild src/main.ts --minify --bundle --outfile=public/bundle.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "." }, "author": "", "license": "ISC", "dependencies": { "esbuild": "^0.23.0" } }