mirror of
https://github.com/pockethost/pockethost.git
synced 2025-11-26 15:35:50 +00:00
26 lines
525 B
JSON
26 lines
525 B
JSON
{
|
|
"name": "@pockethost/plugin-file-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": {
|
|
"@types/tail": "^2.2.2",
|
|
"tail": "^2.2.6",
|
|
"type-fest": "^4.6.0",
|
|
"typescript": "^5.4.5",
|
|
"winston": "^3.11.0"
|
|
},
|
|
"dependencies": {
|
|
"pockethost": "workspace:^"
|
|
}
|
|
}
|