-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 990 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "chdb",
"version": "1.2.1",
"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": "[email protected]"
},
"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"
]
}