This commit is contained in:
parent
7b02602e86
commit
a3b7064cb6
1 changed files with 13 additions and 3 deletions
16
package.json
16
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@atums/echo",
|
"name": "@atums/echo",
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"description": "A minimal, flexible logger",
|
"description": "A minimal, flexible logger",
|
||||||
"private": false,
|
"private": false,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
@ -32,12 +32,22 @@
|
||||||
"@types/bun": "^1.2.15",
|
"@types/bun": "^1.2.15",
|
||||||
"tsup": "latest"
|
"tsup": "latest"
|
||||||
},
|
},
|
||||||
"files": ["dist", "README.md", "LICENSE"],
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"README.md",
|
||||||
|
"LICENSE"
|
||||||
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.creations.works/atums/echo"
|
"url": "https://git.creations.works/atums/echo"
|
||||||
},
|
},
|
||||||
"keywords": ["logger", "logging", "typescript", "nodejs", "structured"],
|
"keywords": [
|
||||||
|
"logger",
|
||||||
|
"logging",
|
||||||
|
"typescript",
|
||||||
|
"nodejs",
|
||||||
|
"structured"
|
||||||
|
],
|
||||||
"author": "creations.works",
|
"author": "creations.works",
|
||||||
"homepage": "https://git.creations.works/atums/echo",
|
"homepage": "https://git.creations.works/atums/echo",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue