{
  "name": "@lx-frontend/multi-track-shared",
  "version": "1.1.3",
  "description": "sls 日志生成工具库",
  "author": "mind <294433706@qq.com>",
  "homepage": "",
  "license": "ISC",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "track",
    "lx",
    "lx-frontend"
  ],
  "repository": {
    "type": "git",
    "url": "git@gitlab.lixinio.com:frontend/lx-basic.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "tslib": "^2.5.3"
  },
  "devDependencies": {
    "@types/jest": "^29.5.1",
    "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"
  }
}