mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-09 18:21:02 +00:00
* feat : setup and basic querying * docs reference links * revert settings.json * updating settings.json * updates :: more source options , insert query * cleanup * updated with insert operation * database :: required field * text capitalizing * updated docs * PR changes :: added OR operation * removed format option * Revert "removed format option" This reverts commit02c5edcf86. * bugfix * removing session , fornat * lock files * Revert "lock files" This reverts commitd593cf9425. * rearranging operations * extra comma removed
24 lines
565 B
JSON
24 lines
565 B
JSON
{
|
|
"name": "@tooljet-plugins/clickhouse",
|
|
"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",
|
|
"clickhouse": "^2.5.1",
|
|
"react": "^17.0.2"
|
|
}
|
|
}
|