fastify-html
Version:
Generate html in the most natural Fastify way, using template tags, layouts and the plugin system.
39 lines (38 loc) • 799 B
JSON
{
"name": "fastify-html",
"version": "0.7.0",
"description": "",
"type": "module",
"main": "index.js",
"types": "types/plugin.d.ts",
"scripts": {
"lint": "standard | snazzy",
"test": "c8 --100 node --test test.js && tsd"
},
"pre-commit": [
"lint",
"test"
],
"keywords": [
"fastify",
"html",
"htmx"
],
"author": "Matteo Collina <hello@matteocollina.com>",
"license": "MIT",
"dependencies": {
"fastify-plugin": "^4.5.1",
"ghtml": "^3.0.6"
},
"devDependencies": {
"@fastify/cookie": "^10.0.0",
"@fastify/formbody": "^8.0.0",
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^22.1.0",
"c8": "^10.0.0",
"fastify": "^5.0.0-alpha.4",
"snazzy": "^9.0.0",
"standard": "^17.1.0",
"tsd": "^0.31.0"
}
}