Add structure

This commit is contained in:
2024-05-14 12:46:31 +02:00
commit 3b452ae9d7
3 changed files with 59 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "log",
"description": "log library with logger and writers",
"module": "index.ts",
"type": "module",
"files": ["index.ts", "src/**/*.ts"],
"dependencies": {
"chalk": "^5.3.0"
},
"devDependencies": {
"@types/chalk": "^2.2.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}