UNPKG

665 BJSONView Raw
1{
2 "name": "@notadd/addon-pay",
3 "version": "0.5.10",
4 "description": "The pay addon for notadd application",
5 "author": "notadd",
6 "license": "Apache-2.0",
7 "publishConfig": {
8 "access": "public"
9 },
10 "keywords": [
11 "wechatpay",
12 "alipay",
13 "pay",
14 "nestjs",
15 "notadd"
16 ],
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/notadd/nt-addon-pay"
20 },
21 "dependencies": {
22 "nanoid": "2.0.0",
23 "xml2js": "0.4.19"
24 },
25 "peerDependencies": {
26 "@nestjs/common": "^5.4.0",
27 "reflect-metadata": "^0.1.12",
28 "rxjs": "^6.0.0"
29 }
30}
\No newline at end of file