UNPKG

@starryn/crypto

Version:

basic crypto base on openssl 3.3.2

37 lines 653 B
{ "name": "@starryn/crypto", "version": "1.0.0", "description": "basic crypto base on openssl 3.3.2", "main": "dist/index.cjs", "module": "dist/index.mjs", "typings": "dist/index.d.ts", "files": [ "dist" ], "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "keywords": [ "Md5", "Sha1", "Sha256", "Sha384", "Sha512", "Md5Sha1", "SM3", "Aes", "SM4", "Rsa", "SM2" ], "author": "om design team", "license": "MIT", "devDependencies": { "@starryn/cli": "1.0.0" }, "scripts": { "dev": "moon dev", "build": "moon build" } }