19 lines
434 B
JSON
19 lines
434 B
JSON
{
|
|
"name": "logger-file",
|
|
"description": "Log writer to file",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.1.2"
|
|
}
|
|
}
|