surfstar
Version:
A modern template engine for Bun, inspired by Handlebars and EJS, with a focus on simplicity and performance.
53 lines (52 loc) • 1.24 kB
JSON
{
"name": "surfstar",
"version": "1.1.2",
"description": "A modern template engine for Bun, inspired by Handlebars and EJS, with a focus on simplicity and performance.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "ChristoferMendes",
"license": "MIT",
"scripts": {
"build": "bun src/builder.ts",
"example": "bun src/example/index.ts",
"lint": "biome lint --unsafe --write",
"format": "biome format --write ."
},
"keywords": [
"web",
"framework",
"typescript",
"bun",
"surfstar",
"template",
"engine",
"html",
"handlebars",
"ejs",
"template-engine",
"html-template",
"html-templates",
"html-rendering"
],
"repository": {
"type": "git",
"url": "https://github.com/ChristoferMendes/surfstar"
},
"bugs": {
"url": "https://github.com/ChristoferMendes/surfstar/issues"
},
"homepage": "https://github.com/ChristoferMendes/surfstar#readme",
"files": ["dist", "README.md"],
"devDependencies": {
"@biomejs/biome": "1.9.4",
"bun-plugin-dts": "^0.2.1",
"bun-types": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"type": "module",
"engines": {
"bun": ">=1.0.0"
}
}