update readme, logger logs in json format
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sergo
2024-02-24 17:21:32 +02:00
parent c6e74cca90
commit 4b78256ae2
6 changed files with 34 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "walias",
"name": "wildflock",
"description": "Aliases for Wild Duck",
"version": "1.0.0",
"homepage": "",
@@ -7,9 +7,16 @@
"keywords": [
"feathers"
],
"author": {
"url": "github.com/msergo"
},
"authors": [
{
"name": "Sergii",
"url": "https://github.com/msergo"
},
{
"name": "Erki",
"url": "https://github.com/veebkolm"
}
],
"contributors": [],
"bugs": {},
"engines": {
@@ -84,4 +91,4 @@
"lint-staged": {
"*.{ts,js,css,md}": "prettier --write"
}
}
}