@lx-frontend/multi-track
Version:
sls 日志上传功能,当前支持小程序、web
48 lines • 1.18 kB
JSON
{
"name": "@lx-frontend/multi-track",
"version": "1.1.0",
"description": "sls 日志上传功能,当前支持小程序、web",
"author": "mind <294433706@qq.com>",
"homepage": "",
"license": "ISC",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"mini.js",
"web.js",
"dist"
],
"keywords": [
"track",
"lx",
"frontend"
],
"repository": {
"type": "git",
"url": "git@gitlab.lixinio.com:frontend/lx-basic.git"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"axios": "1.3.4",
"lodash": "^4.17.21",
"tslib": "^2.5.3"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/lodash": "^4.14.195",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},
"scripts": {
"build": "npm run clean && tsc -p tsconfig.build.json",
"build:test": "npm run build -- --sourceMap false --inlineSourceMap true",
"build:badges": "jest-coverage-badges --output './badges'",
"clean": "rimraf dist",
"clean:coverage": "rimraf coverage",
"test": "npm run clean:coverage && jest"
}
}