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": {
2022-05-16 10:21:57 +02:00
"fastify": "^3.29.0",
"@fastify/static": "6.5.0"
2021-06-22 12:06:23 +02:00
},
"repository": {
"type": "git",
"url": "git@git.helcel.net:sora/startpage.git"
},
"license": "ISC"
}