We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a9096 commit e894effCopy full SHA for e894eff
package.json
@@ -3,21 +3,23 @@
3
"version": "1.1.0",
4
"description": "chDB bindings for nodejs",
5
"main": "index.js",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/chdb-io/chdb-node.git"
9
+ },
10
"scripts": {
11
"install": "npm run libchdb && npm run build",
12
"test": "node example.js",
13
"libchdb": "cd lib && ./update_libchdb.sh",
- "build": "node-gyp configure build",
- "postinstall": "npm run libchdb && npm run build"
14
+ "build": "node-gyp configure build"
15
},
16
"author": {
17
"name": "chdb",
18
"email": "[email protected]"
19
20
"license": "Apache-2.0",
21
"devDependencies": {
- "node-gyp": "^9.3.1",
- "prebuild-install": "^6.0.0"
22
+ "node-gyp": "^9.3.1"
23
24
"dependencies": {
25
"node-addon-api": "^6.1.0",
0 commit comments