{
  "name": "@zdzz/shared",
  "version": "0.1.0",
  "description": "",
  "main": "lib/index.js",
  "module": "es/index.js",
  "typings": "lib/index.d.ts",
  "unpkg": "dist/index.es.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "lib",
    "es",
    "package.json",
    "README.md",
    "global.d.ts",
    "types"
  ],
  "peerDependencies": {
    "axios": "^1.3.4"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@types/file-saver": "^2.0.5",
    "@types/lodash-es": "^4.17.6",
    "file-saver": "^2.0.5",
    "lodash-es": "^4.17.21"
  },
  "scripts": {
    "build": "pnpm run clear && vite build",
    "version:patch": "pnpm version patch",
    "clear": "rm -rf dist es lib",
    "w": "vite build -w",
    "check:type": "tsc --noEmit"
  }
}