UNPKG

@enzedd/stimulsoft-clickhouse-data-adapter

Version:

Stimulsoft clickhouse data adapter

29 lines (28 loc) 655 B
{ "name": "@enzedd/stimulsoft-clickhouse-data-adapter", "version": "0.0.1", "description": "Stimulsoft clickhouse data adapter", "main": "index.js", "type": "commonjs", "scripts": { "test": "jest" }, "keywords": [ "stimulsoft", "data adapter", "clickhouse" ], "author": "Niyaz Batyrshin <Niyaz.Batyrshin@gmail.com>", "repository": { "type": "git", "url": "https://gitlab.factory5.ai/factory5/libs/stimulsoft-clickhouse-data-adapter.git" }, "dependencies": { "isomorphic-fetch": "^3.0.0" }, "devDependencies": { "fetch-mock": "^9.11.0", "jest": "^28.1.1", "jest-junit": "^13.2.0" } }