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": "^3.18.0",
"fastify-static": "^4.2.2"
},
"repository": {
"type": "git",
"url": "git@git.helcel.net:sora/startpage.git"
},
"license": "ISC"
}