This commit is contained in:
parent
e8d4d55aa8
commit
15d4978ac5
1 changed files with 4 additions and 18 deletions
22
package.json
22
package.json
|
@ -9,12 +9,8 @@
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"typesVersions": {
|
"typesVersions": {
|
||||||
"*": {
|
"*": {
|
||||||
"lib/char": [
|
"lib/char": ["./dist/lib/char.d.ts"],
|
||||||
"./dist/lib/char.d.ts"
|
"lib/config": ["./dist/lib/config.d.ts"]
|
||||||
],
|
|
||||||
"lib/config": [
|
|
||||||
"./dist/lib/config.d.ts"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"exports": {
|
"exports": {
|
||||||
|
@ -45,22 +41,12 @@
|
||||||
"tsup": "^8.5.0",
|
"tsup": "^8.5.0",
|
||||||
"typescript": "^5.8.3"
|
"typescript": "^5.8.3"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": ["dist", "README.md", "LICENSE"],
|
||||||
"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": [
|
"keywords": ["logger", "logging", "typescript", "nodejs", "structured"],
|
||||||
"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