22 lines
460 B
JSON
22 lines
460 B
JSON
{
|
|
"name": "logger-daily-file",
|
|
"description": "Log writer to a different file every day, uses Bun !",
|
|
"version": "1.0.0",
|
|
|
|
"author": "Pascal Perrenoud <pascal@pband.ch>",
|
|
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"files": ["index.ts"],
|
|
|
|
"dependencies": {
|
|
"logger-file": "git+https://git.pband.ch/typescript/logger-file.git"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.1.2"
|
|
}
|
|
}
|