{ "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", "test": "playwright test", "test:ui": "playwright test --ui", "test:headed": "playwright test --headed", "test:debug": "playwright test --debug" }, "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" }, "devDependencies": { "@playwright/test": "^1.46.0", "dotenv": "^16.5.0", "expect-playwright": "^0.8.0" } }