-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 895 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 895 Bytes
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": "interswitch-skills",
"version": "1.0.1",
"description": "18 modular AI agent skills for Interswitch payment integration — TypeScript, Node.js, Next.js. Web checkout, card payments, wallets, transfers, VAS, split settlement, and more.",
"keywords": [
"interswitch",
"interswitch-api",
"payment-gateway",
"typescript",
"nodejs",
"nextjs",
"ai-skills",
"agent-skills",
"payment-integration",
"fintech",
"africa-payments",
"naira",
"quickteller",
"wallets",
"transfers",
"vas",
"split-payments",
"card-payments",
"webhooks"
],
"homepage": "https://rexedge.github.io/interswitch/",
"repository": {
"type": "git",
"url": "https://github.com/rexedge/interswitch.git"
},
"bugs": {
"url": "https://github.com/rexedge/interswitch/issues"
},
"author": "rexedge",
"license": "MIT"
}