ToolJet/plugins/packages/bigquery/package.json
Midhun G S f4284f8f81
Big Query Integration 🚀 (#2160)
* initial commit

* feature-2152 bigquery integration

* Typo fix

* moved bigquery to databse type
2022-02-07 15:32:38 +05:30

25 lines
599 B
JSON

{
"name": "@tooljet-plugins/bigquery",
"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": {
"@google-cloud/bigquery": "^5.10.0",
"@tooljet-plugins/common": "file:../common",
"json5": "^2.2.0",
"react": "^17.0.2"
}
}