UNPKG

@cmtlyt/logger

Version:
50 lines 1.06 kB
{ "name": "@cmtlyt/logger", "type": "module", "version": "0.2.8", "private": false, "description": "", "author": { "name": "cmtlyt", "email": "cmtlyt@163.com" }, "license": "MIT", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "homepage": "https://cmtlyt.github.io/toolset/packages/logger/", "repository": { "type": "git", "url": "git+https://github.com/cmtlyt/toolset.git", "directory": "packages/logger" }, "bugs": { "url": "https://github.com/cmtlyt/toolset/issues", "email": "cmtlyt@163.com" }, "keywords": [ "cmtlyt", "logger", "日志输出", "埋点" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "stub": "unbuild --stub", "build": "unbuild", "test": "cross-env CI=true vitest run" } }