promptbox/package.json
2025-01-30 16:44:45 +11:00

23 lines
651 B
JSON

{
"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": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@tailwindcss/postcss": "^4.0.1",
"@tailwindcss/vite": "^4.0.1",
"tailwindcss": "^4.0.1",
"vite": "^6.0.11",
"vite-gleam": "^0.4.3"
}
}