init Console Logger
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "logger-console",
|
||||
"description": "Logger to console, for client and server",
|
||||
"version": "1.0.0",
|
||||
|
||||
"author": "Pascal Perrenoud <pascal@pband.ch>",
|
||||
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"files": ["index.ts"],
|
||||
|
||||
"dependencies": {
|
||||
"log": "git+git@git.pband.ch:typescript/log"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user