{ "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" } }