Files
logger-console/package.json
T
2024-07-27 13:38:47 +02:00

16 lines
318 B
JSON

{
"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+https://git.pband.ch/typescript/log.git"
}
}