-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 949 Bytes
/
package.json
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
{
"name": "invictus_disbursement",
"version": "1.0.0",
"description": "Scripts to help invictus hash disbursement via Fireblocks API",
"main": "csv.js",
"scripts": {
"whitelist": "node customer-scripts/external_wallets.js",
"workflow": "node customer-scripts/create_payments_workflow.js",
"launch": "node customer-scripts/create-and-launch-flows.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fireblocks/payment-disbursement.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fireblocks/payment-disbursement/issues"
},
"homepage": "https://github.com/fireblocks/payment-disbursement#readme",
"type": "module",
"dependencies": {
"axios": "latest",
"csv-parser": "latest",
"csv-writer": "^1.6.0",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"p-limit": "^3.1.0"
}
}