{
  "name": "gws-client",
  "version": "1.3.12",
  "type": "module",
  "module": "dist/index.es.js",
  "main": "dist/index.cjs.js",
  "types": "dist/index.d.ts",
  "description": "gws client",
  "keywords": [
    "gzca",
    "signature",
    "encryption"
  ],
  "author": "gzca",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "release": "gws-tools release"
  }
}