22 lines
387 B
JSON
22 lines
387 B
JSON
{
|
|
"name": "log",
|
|
"description": "log library with logger and writers",
|
|
"version": "1.0.0",
|
|
|
|
"author": "Pascal Perrenoud <pascal@pband.ch>",
|
|
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"files": ["index.ts", "src"],
|
|
|
|
"dependencies": {
|
|
"chalk": "^5.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chalk": "^2.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|