UNPKG

brw-core-logger

Version:

This is frontend logger utility which is used to log messages in the frontend application.

39 lines (38 loc) 803 B
{ "name": "brw-core-logger", "version": "1.0.0", "description": "This is frontend logger utility which is used to log messages in the frontend application.", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "exports": { ".": { "import": "./dist/index.js" } }, "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "keywords": [ "Frontend", "Console", "Logger", "Utility", "Function Performance" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "author": "jason_zuo", "license": "MIT", "devDependencies": { "ts-lib": "^0.0.5", "typescript": "^5.8.3" } }