File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 1.1.0" ,
4
4
"description" : " chDB bindings for nodejs" ,
5
5
"main" : " index.js" ,
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " https://github.com/chdb-io/chdb-node.git"
9
+ },
6
10
"scripts" : {
7
11
"install" : " npm run libchdb && npm run build" ,
8
12
"test" : " node example.js" ,
9
13
"libchdb" : " cd lib && ./update_libchdb.sh" ,
10
- "build" : " node-gyp configure build" ,
11
- "postinstall" : " npm run libchdb && npm run build"
14
+ "build" : " node-gyp configure build"
12
15
},
13
16
"author" : {
14
17
"name" : " chdb" ,
15
18
"email" : " me@chdb.io"
16
19
},
17
20
"license" : " Apache-2.0" ,
18
21
"devDependencies" : {
19
- "node-gyp" : " ^9.3.1" ,
20
- "prebuild-install" : " ^6.0.0"
22
+ "node-gyp" : " ^9.3.1"
21
23
},
22
24
"dependencies" : {
23
25
"node-addon-api" : " ^6.1.0" ,
You can’t perform that action at this time.
0 commit comments