UNPKG

483 BJSONView Raw
1{
2 "name": "@crystal1984/bolaa.wx",
3 "version": "1.1.33",
4 "description": "提供微信相关功能接口的库",
5 "main": "src/index.js",
6 "types": "src/index.d.ts",
7 "scripts": {
8 "test": "node test"
9 },
10 "keywords": [
11 "weixin"
12 ],
13 "author": "crystal1984",
14 "license": "MIT",
15 "dependencies": {
16 "extend2": "^1.0.0",
17 "koa-compose": "^4.0.0",
18 "raw-body": "^2.3.2",
19 "request": "^2.83.0",
20 "wechat-crypto": "0.0.2",
21 "xml2js": "^0.4.19"
22 }
23}