19 lines
434 B
JSON
19 lines
434 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+git@git.pband.ch:typescript/log#73e9f804c4b81f1eb1222e32041c79a35e69831f"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|