mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 08:09:33 +01:00
22 lines
522 B
JSON
22 lines
522 B
JSON
|
|
{
|
||
|
|
"name": "@plane/logger",
|
||
|
|
"version": "0.24.1",
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|