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{
"name": "woap",
"version": "1.1.0",
"main": "index.js",
"repository": "git@github.com:lencx/woap.git",
"author": "lencx <cxin1314@gmail.com>",
"license": "MIT",
"bin": {
"woap": "index.js"
},
"keywords": [
"woap",
"ε
¬δΌε·",
"wechat",
"wechat-link",
"weixin",
"blog",
"article",
"qrcode"
],
"dependencies": {
"@octokit/graphql": "^4.6.4",
"chalk": "^4.1.1",
"juice": "^8.0.0",
"minimist": "^1.2.5",
"qrcode": "^1.4.4",
"slugify": "^1.6.0",
"uuid": "^8.3.2"
}
}