{ "name": "gomft", "version": "1.0.0", "description": "GoMFT static assets bundling", "type": "module", "scripts": { "build": "node build.js", "watch": "node build.js --watch", "postinstall": "npm run build" }, "dependencies": { "@fortawesome/fontawesome-free": "^6.4.0", "alpinejs": "^3.13.5", "esbuild": "^0.20.1", "flowbite": "^2.2.1", "htmx.org": "^1.9.10", "tailwindcss": "^3.4.1" } }