UNPKG

@cmtlyt/monitor

Version:
58 lines 1.24 kB
{ "name": "@cmtlyt/monitor", "type": "module", "version": "0.2.0", "private": false, "description": "cl项目监控", "author": { "name": "cmtlyt", "email": "cmtlyt@163.com" }, "license": "MIT", "homepage": "https://github.com/cmtlyt/toolset/tree/main/packages/monitor/README.md", "repository": { "type": "git", "url": "git+https://github.com/cmtlyt/toolset.git", "directory": "packages/monitor" }, "bugs": { "url": "https://github.com/cmtlyt/toolset/issues" }, "keywords": [ "cl", "monitor", "cmtlyt", "监控", "项目监控", "sdk", "数据上报", "report" ], "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" ], "dependencies": { "web-vitals": "^4.2.4", "@cmtlyt/base": "^0.11.0", "@cmtlyt/logger": "^0.2.8" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "scripts": { "stub": "unbuild --stub", "build": "unbuild", "test": "cross-env CI=true vitest run" } }