2023-02-03 19:04:48 +01:00
|
|
|
{
|
2023-02-03 19:11:47 +01:00
|
|
|
"name": "@thundernetworkrad/logs",
|
|
|
|
"version": "2023.02.03",
|
|
|
|
"description": "Logging module for JavaScript / TypeScript",
|
|
|
|
"main": "build/index.js",
|
|
|
|
"types": "build/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"install": "tsc"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/ThunderNetworkRaD/node-logs.git"
|
|
|
|
},
|
|
|
|
"author": "Thunder Network RaD | Killer Boss Original",
|
|
|
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/ThunderNetworkRaD/node-logs/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/ThunderNetworkRaD/node-logs#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"@thundernetworkrad/readline-sync": "^2023.1.26-2",
|
|
|
|
"tslib": "^2.5.0",
|
|
|
|
"typescript": "^4.9.4",
|
|
|
|
"@types/node": "^18.11.18"
|
|
|
|
}
|
2023-02-03 19:04:48 +01:00
|
|
|
}
|