htmgo/htmgo-site/package.json

18 lines
315 B
JSON
Raw Normal View History

2024-09-23 17:27:04 +00:00
{
"name": "htmgo-site",
"version": "1.0.0",
"main": "index.js",
"directories": {
"doc": "md"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@tailwindcss/typography": "^0.5.15"
}
}