14 lines
336 B
JSON
14 lines
336 B
JSON
{
|
|
"name": "tslog",
|
|
"version": "1.0.1",
|
|
"private": true,
|
|
"description": "Advanced TypeScript Logger",
|
|
"main": "src/index.ts",
|
|
"repository": "https://git.saluco.nl/strix/tslog.git",
|
|
"author": "Strix <strix@saluco.nl>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "^22.13.10",
|
|
"typescript": "^5.8.2"
|
|
}
|
|
}
|