package.json
467 Bytes
{
"name": "dingtalk-encrypt",
"version": "1.0.1",
"description": "dingTalk Encrypt Nodejs Version.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nodejs",
"dingtalk",
"crypto",
"encrypt",
"decrypt"
],
"author": "fan",
"license": "Apache-2.0",
"homepage": "http://gitlab.workai.com.cn/fanwh/dingtalk-encrypt",
"dependencies": {
"crypto-js": "^4.1.1"
}
}