{
  "name": "@zhgkpt/utils",
  "version": "1.0.0",
  "description": "智慧管控平台工具库",
  "scripts": {
    "test:unit": "vitest --environment jsdom",
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path ../.gitignore"
  },
  "main": "index.js",
  "module": "index.js",
  "type": "module",
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "lodash": "^4.17.21"
  },
  "dependencies": {
    "axios": "^1.4.0"
  }
}