ToolJet/plugins/packages/snowflake/package.json
Alok Kumar Sahoo 33073121a2
Add Amazon SES Plugin (#4503)
* feat: add Amazon SES plugin implementation

* fix: rename kind for amazon ses API

* fix: use better svg icon for amazon ses

Co-authored-by: aloks98 <aloksahoo@acceldata.io>
2022-10-28 00:16:02 +05:30

25 lines
665 B
JSON

{
"name": "@tooljet-plugins/snowflake",
"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": {
"@tooljet-plugins/common": "file:../common",
"@types/snowflake-sdk": "^1.6.2",
"react": "^17.0.2",
"snowflake-sdk": "github:ToolJet/snowflake-connector-nodejs#chore/update-https-agent"
}
}