16 lines
345 B
JSON
16 lines
345 B
JSON
{
|
|
"name": "logger-counter",
|
|
"description": "Dummy logger that only counts logs sent, used for testing purposes.",
|
|
"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"
|
|
}
|
|
}
|