mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
23 lines
547 B
JSON
23 lines
547 B
JSON
{
|
|
"name": "@plane/logger",
|
|
"version": "0.25.3",
|
|
"license": "AGPL-3.0",
|
|
"description": "Logger shared across multiple apps internally",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"scripts": {
|
|
"lint": "eslint src --ext .ts,.tsx",
|
|
"lint:errors": "eslint src --ext .ts,.tsx --quiet"
|
|
},
|
|
"dependencies": {
|
|
"winston": "^3.17.0",
|
|
"winston-daily-rotate-file": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@plane/eslint-config": "*",
|
|
"@types/node": "^22.5.4",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|