This commit is contained in:
parent
f7d2c7084b
commit
72c482dcc4
1 changed files with 19 additions and 5 deletions
24
package.json
24
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@atums/echo",
|
"name": "@atums/echo",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"description": "A minimal, flexible logger",
|
"description": "A minimal, flexible logger",
|
||||||
"private": false,
|
"private": false,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
@ -9,8 +9,12 @@
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"typesVersions": {
|
"typesVersions": {
|
||||||
"*": {
|
"*": {
|
||||||
"lib/char": ["./dist/lib/char.d.ts"],
|
"lib/char": [
|
||||||
"lib/config": ["./dist/lib/config.d.ts"]
|
"./dist/lib/char.d.ts"
|
||||||
|
],
|
||||||
|
"lib/config": [
|
||||||
|
"./dist/lib/config.d.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"exports": {
|
"exports": {
|
||||||
|
@ -41,12 +45,22 @@
|
||||||
"tsup": "^8.5.0",
|
"tsup": "^8.5.0",
|
||||||
"typescript": "^5.8.3"
|
"typescript": "^5.8.3"
|
||||||
},
|
},
|
||||||
"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