ToolJet/plugins/packages/athena/package.json

24 lines
574 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/client-athena": "^3.971.0",
2022-06-06 13:44:21 +00:00
"@tooljet-plugins/common": "file:../common",
"react": "^17.0.2"
}
}