startpage/package.json

20 lines
367 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": "^7.0.0",
2023-05-27 12:03:50 +02:00
"fastify": "^4.17.0"
2021-06-22 12:06:23 +02:00
},
"repository": {
"type": "git",
"url": "git@git.helcel.net:sora/startpage.git"
},
"license": "ISC"
}