UNPKG

target-clickhouse

Version:
59 lines (58 loc) 1.5 kB
{ "name": "target-clickhouse", "version": "2.11.0", "description": "A Singer target for Clickhouse", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "mocha", "build": "tsc", "start": "yarn run build && node dist/index.js", "lint": "eslint . --ext .ts", "prepublishOnly": "yarn run build" }, "bin": { "target-clickhouse": "./bin/execute" }, "repository": { "type": "git", "url": "git+https://github.com/Biron-BI/singer-target-clickhouse.git" }, "license": "AGPL-3.0-only", "bugs": { "url": "https://github.com/Biron-BI/singer-target-clickhouse/issues" }, "files": [ "dist/**/*" ], "homepage": "https://github.com/Biron-BI/singer-target-clickhouse#readme", "dependencies": { "@apla/clickhouse": "^1.6.4", "@supercharge/promise-pool": "^3.1.0", "@types/retry": "^0.12.1", "lodash.get": "^4.4.2", "ono": "^7.1.3", "retry": "^0.13.1", "sha1": "^1.1.1", "singer-node": "^2.0.0" }, "devDependencies": { "@types/json-schema": "^7.0.9", "@types/lodash.get": "^4.4.6", "@types/mocha": "^9.0.0", "@types/node": "^17.0.2", "@typescript-eslint/eslint-plugin": "^5.9.0", "@typescript-eslint/parser": "^5.9.0", "eslint": "^8.6.0", "mocha": "^9.2.0", "testcontainers": "^8.1.2", "ts-node": "^10.4.0", "tsconfig-paths": "^3.12.0", "typescript": "^4.5.2" }, "keywords": [ "singer", "clickhouse", "target" ] }