UNPKG

@lithdew/chdb-bun

Version:

Native chDB bindings for Bun.

36 lines (35 loc) 678 B
{ "name": "@lithdew/chdb-bun", "version": "0.1.1", "description": "Native chDB bindings for Bun.", "module": "index.ts", "type": "module", "author": { "name": "Kenta Iwasaki", "email": "kenta@lithdew.net" }, "repository": { "type": "git", "url": "https://github.com/lithdew/chdb-bun.git" }, "license": "MIT", "scripts": { "install": "./update_libchdb.sh" }, "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5" }, "keywords": [ "chdb", "chdb.io", "chdb-bun", "chdb bindings", "chdb bun", "chdb bindings bun", "ClickHouse", "Embedded Database" ] }