{ "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:^" } }