-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
36 lines (36 loc) · 946 Bytes
/
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
{
"name": "wechat-mp-automation",
"version": "1.3.2",
"description": "An automated tool for posting pages on WeChatMediaPlatform(https://mp.weixin.qq.com) using puppeteer.",
"main": "automation.js",
"scripts": {
"debug": "env SHOW_BROWSER=s node automation.js",
"start": "node automation.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/LinusLing/WeChatMediaPlatformAutomation.git"
},
"keywords": [
"Automation",
"wechat",
"weixin",
"MediaPlatform"
],
"author": "Linus Ling",
"license": "MIT",
"dependencies": {
"clipboardy": "^3.0.0",
"commander": "^2.20.0",
"js-localdate-plus": "^1.0.1",
"open": "^6.4.0",
"puppeteer": "^4.0.0"
},
"bugs": {
"url": "https://github.com/LinusLing/WeChatMediaPlatformAutomation/issues"
},
"bin": {
"wechat-mp-automation": "./automation.js"
}
}