{
  "name": "sm4-crypto",
  "version": "1.0.2",
  "description": "SM4 encryption and decryption library based on sm-crypto",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "node test/test.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "sm4",
    "crypto",
    "encryption",
    "decryption",
    "sm-crypto",
    "国密",
    "对称加密"
  ],
  "author": "woodhans",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/woodhans/sm4-crypto.git"
  },
  "peerDependencies": {
    "sm-crypto": "^0.3.7"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "sm-crypto": "^0.3.7",
    "typescript": "^5.3.0"
  }
}
