startpage/package.json

20 lines
366 B
JSON
Raw Normal View History

2021-06-22 12:06:23 +02:00
{
"name": "startpage",
"version": "1.0.0",
"description": "StartPage",
"author": "Sora",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@fastify/static": "^8.0.0",
2024-09-19 00:01:48 +00:00
"fastify": "^5.0.0"
2021-06-22 12:06:23 +02:00
},
"repository": {
"type": "git",
"url": "git@git.helcel.net:sora/startpage.git"
},
"license": "ISC"
}