mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* instance profile support for dynomodb * updated setup machine script for ec2 * s3 * use EC2/ECS Instance Metadata Service * using @aws-sdk/credential-providers * s3 connection from ec2 instance sucess 🚀 * fixes: aws ses email service * ses connection from ec2 instance sucess 🚀 * athena connection from ec2 instance sucess 🚀 * reverting athena changes * select IAM auth option from the dropdown * added docs * Update setup_machine.sh * clean up
26 lines
642 B
JSON
26 lines
642 B
JSON
{
|
|
"name": "@tooljet-plugins/athena",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
|
"build": "tsc -b",
|
|
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
|
|
},
|
|
"homepage": "https://github.com/tooljet/tooljet#readme",
|
|
"dependencies": {
|
|
"@aws-sdk/credential-providers": "^3.267.0",
|
|
"@tooljet-plugins/common": "file:../common",
|
|
"athena-express": "^7.1.5",
|
|
"aws-sdk": "^2.1309.0",
|
|
"react": "^17.0.2"
|
|
}
|
|
}
|