{ "name": "promptbox", "type": "module", "version": "1.0.0", "description": "[![Package Version](https://img.shields.io/hexpm/v/promptbox)](https://hex.pm/packages/promptbox) [![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/promptbox/)", "main": "index.js", "directories": { "test": "test" }, "scripts": { "build": "gleam run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@chouqueth/gleam": "^1.7.0" }, "dependencies": { "@tailwindcss/postcss": "^4.0.1", "@tailwindcss/vite": "^4.0.1", "tailwindcss": "^4.0.1", "vite": "^6.0.11", "vite-gleam": "^0.4.3" } }