-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "node-red-contrib-bizwechat",
"version": "1.2.1",
"description": "企业微信消息接收转发至NodeRed",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/FlashSoft/node-red-contrib-bizwechat.git"
},
"keywords": [
"node-red",
"nodered",
"NodeRed",
"WeChat",
"BizWeChat"
],
"node-red": {
"nodes": {
"bizwechat": "bizwechat.js",
"bizwechat-configurator": "bizwechat-configurator.js"
}
},
"author": "FlashSoft",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/FlashSoft/node-red-contrib-bizwechat/issues"
},
"homepage": "https://github.com/FlashSoft/node-red-contrib-bizwechat#readme",
"dependencies": {
"axios": ">=0.18.1",
"express": "^4.16.4",
"form-data": "^2.5.1",
"marked": "^0.7.0",
"mkdirp": "^0.5.1",
"wechat-crypto": "0.0.2",
"xml2js": "^0.4.19"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-vue": "^5.2.2"
}
}