homeserver/package.json
Ari Archer e41f77020d
init
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-12-31 09:16:20 +02:00

13 lines
305 B
JSON

{
"name": "homeserver",
"version": "1.0.0",
"description": "source code of my personal home server",
"main": "",
"scripts": {},
"keywords": [],
"author": "Ari Archer <ari.web.xyz@gmail.com>",
"license": "GPLv3",
"devDependencies": {
"eslint": "^8.31.0"
}
}