2022-02-07 10:02:38 +00:00
|
|
|
{
|
|
|
|
|
"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": {
|
2023-02-06 12:08:44 +00:00
|
|
|
"@google-cloud/bigquery": "^5.12.0",
|
2022-02-07 10:02:38 +00:00
|
|
|
"@tooljet-plugins/common": "file:../common",
|
2023-02-06 12:08:44 +00:00
|
|
|
"json5": "^2.2.3",
|
2022-02-07 10:02:38 +00:00
|
|
|
"react": "^17.0.2"
|
2023-12-21 06:25:35 +00:00
|
|
|
},
|
|
|
|
|
"overrides": {
|
|
|
|
|
"minimist": "^1.2.6"
|
2022-02-07 10:02:38 +00:00
|
|
|
}
|
2023-12-21 06:25:35 +00:00
|
|
|
}
|