UNPKG

@lx-frontend/wx-minapp-monitor

Version:

a sdk for min-app monitor

42 lines 1.06 kB
{ "name": "@lx-frontend/wx-minapp-monitor", "version": "0.1.1", "description": "a sdk for min-app monitor", "keywords": [ "min-app", "wx", "monitor" ], "author": "Ethan Chen <ethan.chen@lixinchuxing.com>", "homepage": "", "license": "ISC", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib" ], "repository": { "type": "git", "url": "git@code.lixinio.com:frontend/lx-basic.git" }, "publishConfig": { "access": "public" }, "dependencies": { "tslib": "^2.5.3" }, "devDependencies": { "@types/jest": "^29.5.1", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.0.4" }, "scripts": { "build": "npm run clean && tsc", "build:test": "npm run build -- --sourceMap false --inlineSourceMap true --noImplicitAny false", "clean": "rimraf lib", "build:badges": "jest-coverage-badges --output './badges'", "clean:coverage": "rimraf coverage", "test": "npm run clean:coverage && npm run build:test && jest && npm run build:badges" } }