UNPKG

logpack

Version:

A lightweight and zero dependency logging package for React and Next.js.

41 lines 903 B
{ "name": "logpack", "version": "1.0.12", "description": "A lightweight and zero dependency logging package for React and Next.js.", "author": "Efe Furkan Karakaya", "homepage": "https://github.com/efefurkankarakaya/logpack#README", "repository": { "type": "git", "url": "https://github.com/efefurkankarakaya/logpack" }, "license": "MIT", "keywords": [ "logging", "log", "logger", "logpack", "server-side-logging", "ssr-logging", "client-side-logging", "csr-logging", "nextjs-logging", "react-logging", "nextjs-logger", "react-logger" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "files": [ "dist" ], "devDependencies": { "typescript": "^5.8.3", "vitest": "^3.1.1" }, "scripts": { "build": "tsc", "test": "vitest --no-watch", "test:watch": "vitest" } }