forked from huanz/wechat-mp-hack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 KB
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
{
"name": "wechat-mp-hack",
"version": "1.1.8",
"description": "微信公众号接口,无需微信认证实现自动创建素材、自动群发图文消息",
"main": "dist/index.js",
"scripts": {
"start": "babel-node ./run.js",
"prepublishOnly": "babel src -d dist --copy-files"
},
"keywords": [
"wechat",
"weixin",
"微信公众号",
"微信",
"公众号"
],
"author": "bukas",
"license": "ISC",
"dependencies": {
"request": "^2.87.0",
"tough-cookie-filestore": "0.0.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-env": "^1.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huanz/wechat-mp-hack.git"
},
"bugs": {
"url": "https://github.com/huanz/wechat-mp-hack/issues"
},
"homepage": "https://github.com/huanz/wechat-mp-hack#readme",
"engines": {
"node": "^6.x",
"npm": "^5.x"
}
}