mirror of
https://github.com/pockethost/pockethost.git
synced 2025-11-26 23:45:57 +00:00
24 lines
479 B
JSON
24 lines
479 B
JSON
{
|
|
"name": "@pockethost/plugin-syslog-instance-logger",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "src/index.ts",
|
|
"module": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"check-types": "tsc --noEmit "
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"syslog-parse": "^2.0.0",
|
|
"typescript": "^5.4.5",
|
|
"winston": "^3.11.0"
|
|
},
|
|
"dependencies": {
|
|
"pockethost": "workspace:^"
|
|
}
|
|
}
|