ToolJet/plugins/packages/databricks/package.json
Syed Mohammad Akhtar Rizvi 25d12db6d8
Feature: Databricks data source (#9174)
* plugin-created

* Databricks integration

* icon, error handling

* removed unrelated changes from marketplace and frontend package-lock.json removed runAsync and maxRows timeouts pending

* timeout implementation

* socket timeout and error handling

* resolve comments

* resolve comments2

* solved render issue test connection improvements

* solved undefined error
2024-03-27 18:14:11 +05:30

28 lines
667 B
JSON

{
"name": "@tooljet-plugins/databricks",
"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": {
"@types/node-int64": "^0.4.32",
"@databricks/sql": "^1.8.2",
"@tooljet-plugins/common": "file:../common"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0",
"typescript": "^4.7.4"
}
}