{ "name": "@lilith/logger", "version": "1.0.0", "description": "Lightweight structured logger factory — wraps console with namespaced prefix and optional metadata", "author": "Lilith Platform", "license": "MIT", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "clean": "rm -rf dist", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest" }, "publishConfig": { "registry": "http://forge.black.lan/api/packages/lilith/npm/" }, "devDependencies": { "@types/node": "^20.19.28", "tsup": "^8.5.1", "tsx": "^4.21.0", "typescript": "^5.9.3", "vitest": "^2.1.0" }, "_": { "registry": "forgejo", "publish": true, "build": true } }