{
  "name": "@muguilin/gm-crypto",
  "version": "1.0.4",
  "description": "基于 gm-crypto 密码行业标准化委员会（SM4）和 big-integer 大整数处理 的前后端API数据传输加解密处理模块！",
  "main": "main.umd.js",
  "module": "main.mjs",
  "typings": "main.d.ts",
  "private": false,
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MuGuiLin"
  },
  "keywords": [
    "gm-crypto",
    "sm-crypto",
    "big-integer",
    "SM2",
    "SM3",
    "SM4",
    "Hex",
    "Utf8",
    "Base64",
    "DH密钥交换",
    "前后端API数据传输加解密处理"
  ],
  "author": {
    "name": "沐枫（MuGuiLin）",
    "email": "muguilin@foxmail.com",
    "url": "http://wwww.muguilin.com"
  },
  "homepage": "https://github.com/MuGuiLin",
  "bugs": {
    "email": "muguilin@foxmail.com"
  },
  "license": "MIT"
}