23 lines
450 B
JSON
23 lines
450 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|