yidea-jssdk-adapter
Version:
Yidea H5 client adapter for Wechat, Wework, Feishu and Dingtalk.
37 lines (36 loc) • 848 B
JSON
{
"name": "yidea-jssdk-adapter",
"version": "5.0.1",
"description": "Yidea H5 client adapter for Wechat, Wework, Feishu and Dingtalk.",
"main": "index.js",
"scripts": {
"build": "webpack"
},
"keywords": [
"JSSDK",
"Adapter"
],
"author": "limengning",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"lodash.debounce": "^4.0.8",
"qs": "^6.10.5",
"sha1": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.16.0",
"babel-loader": "^8.0.5",
"copy-webpack-plugin": "^4.0.0",
"dotenv": "^10.0.0",
"webpack": "^4.0.0",
"webpack-cli": "^4.9.1",
"webpack-bundle-analyzer": "^4.5.0"
},
"peerDependencies": {
"axios": "^0.19.0",
"sha1": "^1.1.1",
"lodash.debounce": "^4.0.8"
}
}