{
  "name": "chdb",
  "version": "1.6.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 test_basic.js test_connection.js --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",
  "engines": {
    "node": ">=18.0.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"
  ]
}
