ToolJet/plugins/packages/oracledb/package.json
abhijeet760 60ded3d578
added wallet connectivity to oracle. (#15771)
* added wallet

* slight changes

* added option for both thin and thick mode

* added wallet

* slight changes

* added option for both thin and thick mode

* sentence case

* Connection mode

* Connection fix

* error fix

* bacward compatiblity

* chore: bump version to 3.20.141-lts across all components

---------

Co-authored-by: Rudhra Deep Biswas <rudra21ultra@gmail.com>
Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
2026-04-08 23:13:07 +05:30

30 lines
689 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": "^3.1.0",
"oracledb": "^6.0.0",
"react": "^17.0.2",
"unzipper": "^0.12.3"
},
"devDependencies": {
"@types/oracledb": "^5.2.2"
}
}