{
  "name": "clickcache",
  "version": "3.0.6",
  "description": "Clickhouse data collector for delayed batch insert",
  "main": "lib/index.js",
  "files": [
    "lib/**/*",
    "*.yml",
    "*.json"
  ],
  "scripts": {
    "build": "rm -rf lib && tsc -d",
    "test": "jest --detectOpenHandles",
    "coveralls": "coveralls",
    "lint": "eslint . --ext .ts"
  },
  "engines": {
    "node": ">=16"
  },
  "keywords": [
    "clickhouse",
    "batch",
    "insert",
    "cache",
    "in-memory",
    "ram",
    "disk",
    "s3",
    "clickhouse-ts",
    "chvalid"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/bytadaniel/clickcache.git"
  },
  "bugs": {
    "url": "https://github.com/bytadaniel/clickcache/issues"
  },
  "homepage": "https://github.com/bytadaniel/clickcache#readme",
  "author": "@bytadaniel Daniel Byta",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.1.2",
    "@types/node": "^18.8.4",
    "@typescript-eslint/eslint-plugin": "^5.40.0",
    "@typescript-eslint/parser": "^5.40.0",
    "eslint": "^8.25.0",
    "jest": "^29.1.2",
    "ts-jest": "^29.0.3",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.4"
  },
  "dependencies": {
    "cuid": "^2.1.8"
  }
}
