-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 867 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 867 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
{
"name": "paystack-skills",
"version": "1.0.0",
"description": "24 modular AI agent skills for Paystack payment integration — TypeScript, Node.js, Next.js. Transactions, webhooks, subscriptions, transfers, marketplace splits, and more.",
"keywords": [
"paystack",
"paystack-api",
"payment-gateway",
"typescript",
"nodejs",
"nextjs",
"ai-skills",
"agent-skills",
"payment-integration",
"fintech",
"africa-payments",
"naira",
"subscriptions",
"webhooks",
"transactions",
"transfers",
"marketplace",
"split-payments"
],
"homepage": "https://rexedge.github.io/paystack/",
"repository": {
"type": "git",
"url": "https://github.com/rexedge/paystack.git"
},
"bugs": {
"url": "https://github.com/rexedge/paystack/issues"
},
"author": "rexedge",
"license": "MIT"
}