ToolJet/plugins/packages/athena/package.json

27 lines
642 B
JSON
Raw Normal View History

2022-06-06 13:44:21 +00:00
{
"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",
2022-06-06 13:44:21 +00:00
"@tooljet-plugins/common": "file:../common",
"athena-express": "^7.1.5",
"aws-sdk": "^2.1309.0",
2022-06-06 13:44:21 +00:00
"react": "^17.0.2"
}
}