boilerplate

This commit is contained in:
niko
2026-05-28 23:19:50 +01:00
parent 25385dd4fa
commit 085ce880f2
11 changed files with 1050 additions and 138 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "website",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "niko@git.possu.ms:niko/website.git"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@fastify/static": "^9.1.3",
"@fastify/view": "^11.1.1",
"ejs": "^5.0.2",
"fastify": "^5.8.5"
}
}