{
  "name": "st-common-encrypt",
  "version": "0.1.8",
  "description": "Small Tail 前端通用加密库",
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "lib",
    "es",
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "vite build"
  },
  "keywords": [
    "js",
    "lib",
    "encrypt",
    "common",
    "st",
    "small tail",
    "小尾巴"
  ],
  "author": "ST",
  "license": "ISC",
  "dependencies": {
    "crypto-js": "^4.2.0",
    "jsencrypt": "^3.3.2",
    "st-common-core": "^0.2.2"
  },
  "devDependencies": {
  }
}
