Kekkai/web/package.json

20 lines
395 B
JSON
Raw Normal View History

{
"name": "web",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/Redume/Kekkai/issues"
},
"license": "GPL-3.0-or-later",
"author": "Redume",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@fastify/static": "^7.0.4",
"fastify": "^4.28.1"
}
}