ToolJet/plugins/packages/oracledb/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

29 lines
745 B
JSON

{
"name": "@tooljet-plugins/oracledb",
"private": true,
"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",
"knex": "^0.95.14",
"oracledb": "https://github.com/oracle/node-oracledb/releases/download/v5.3.0/oracledb-src-5.3.0.tgz",
"react": "^17.0.2"
},
"devDependencies": {
"@types/oracledb": "^5.2.2"
}
}