21 lines
444 B
JSON
21 lines
444 B
JSON
{
|
|
"name": "@goodgo/logger",
|
|
"version": "1.0.0",
|
|
"description": "Centralized logging utility using Winston",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"winston": "^3.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@goodgo/tsconfig": "workspace:*",
|
|
"@types/node": "^20.11.0",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|