initial
This commit is contained in:
16
sync/package.json
Normal file
16
sync/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "email-rules-sync",
|
||||
"version": "1.0.0",
|
||||
"description": "Sync email rules from DynamoDB to mail server",
|
||||
"main": "sync.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node sync.js",
|
||||
"sync": "node sync.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-dynamodb": "^3.679.0",
|
||||
"@aws-sdk/lib-dynamodb": "^3.679.0",
|
||||
"dotenv": "^16.4.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user