{
  "name": "qcloud-iotexplorer-logger",
  "version": "3.0.118",
  "description": "",
  "license": "MIT",
  "author": "alexhyzheng@tencent.com",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "build": "npm run build:cjs && npm run build:esm",
    "build:cjs": "tsc -p tsconfig.build.json -m commonjs --outDir dist/cjs",
    "build:esm": "tsc -p tsconfig.build.json -m es6 --outDir dist/esm",
    "clear": "rm -rf dist",
    "test": "jest"
  },
  "dependencies": {
    "tslib": "^2.1.0"
  },
  "devDependencies": {
    "axios": "^0.27.2",
    "nodemon": "^2.0.19",
    "ts-node": "^10.9.1"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "gitHead": "ced3a1d6072a58089be4dc988d97804df0d48417"
}
