17 lines
405 B
JSON
17 lines
405 B
JSON
{
|
|
"name": "payout-retry-processor",
|
|
"version": "1.0.0",
|
|
"description": "Lambda function to retry failed payouts via Stripe Connect",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@rentall/lambda-shared": "file:../shared"
|
|
},
|
|
"devDependencies": {
|
|
"dotenv": "^16.4.5"
|
|
},
|
|
"scripts": {
|
|
"test": "jest",
|
|
"local": "node -r dotenv/config test-local.js dotenv_config_path=.env.dev"
|
|
}
|
|
}
|