tslog/package.json
2025-03-12 19:25:11 +01:00

13 lines
317 B
JSON

{
"name": "tslog",
"version": "1.0.0",
"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"
}
}