mirror of
https://github.com/pockethost/pockethost.git
synced 2025-11-26 23:45:57 +00:00
24 lines
493 B
JSON
24 lines
493 B
JSON
{
|
|
"name": "@pockethost/plugin-instance-logger-file-realtime-tail",
|
|
"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",
|
|
"dependencies": {
|
|
"@types/node": "^20.8.10",
|
|
"pockethost": "workspace:^",
|
|
"type-fest": "^4.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|