-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 843 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 843 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
37
{
"name": "direct-debit",
"version": "0.0.0",
"description": "A JS Client for Direct Debit, South Africa's leading debit order collection platform.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Direct-Debit/direct-debit-js-client.git"
},
"keywords": [
"payments",
"payment system",
"debit order system",
"debit order collections",
"backend",
"client",
"api",
"api client"
],
"author": "Direct Debit",
"license": "MIT",
"bugs": {
"url": "https://github.com/Direct-Debit/direct-debit-js-client/issues"
},
"homepage": "https://directdebit.co.za",
"dependencies": {
"axios": "^0.21.1",
"form-data": "^4.0.0"
},
"devDependencies": {
"mocha": "^8.1.3",
"should": "^13.2.3"
}
}