chdb
Version:
chDB bindings for nodejs
44 lines (43 loc) • 990 B
JSON
{
"name": "chdb",
"version": "1.3.0",
"description": "chDB bindings for nodejs",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/chdb-io/chdb-node.git"
},
"scripts": {
"install": "npm run libchdb && npm run build",
"test": "mocha --timeout 15000",
"libchdb": "bash ./update_libchdb.sh",
"fixloaderpath": "bash ./fix_loader_path.sh",
"build": "node-gyp configure build --verbose && npm run fixloaderpath"
},
"author": {
"name": "chdb",
"email": "auxten@clickhouse.com"
},
"license": "Apache-2.0",
"devDependencies": {
"chai": "^4.5.0",
"mocha": "^10.7.3",
"node-gyp": "^9.3.1"
},
"dependencies": {
"node-addon-api": "^6.1.0",
"node-gyp-build": "^4.6.0"
},
"keywords": [
"chdb",
"chdb.io",
"chdb-node",
"chdb bindings",
"chdb nodejs",
"chdb node",
"chdb bindings nodejs",
"chdb bindings node",
"ClickHouse",
"Embedded Database"
]
}