cw-base64
Version:
base64加密,解密
20 lines (19 loc) • 373 B
JSON
{
"name": "cw-base64",
"version": "1.0.2",
"description": "base64加密,解密",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"yarn",
"typescript"
],
"author": "juntao.guo",
"license": "ISC",
"dependencies": {
"typescript": "^5.0.4"
}
}