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 33 "version" : " 1.1.0" ,
44 "description" : " chDB bindings for nodejs" ,
55 "main" : " index.js" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " https://github.com/chdb-io/chdb-node.git"
9+ },
610 "scripts" : {
711 "install" : " npm run libchdb && npm run build" ,
812 "test" : " node example.js" ,
913 "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"
1215 },
1316 "author" : {
1417 "name" : " chdb" ,
1518 "email" : " me@chdb.io"
1619 },
1720 "license" : " Apache-2.0" ,
1821 "devDependencies" : {
19- "node-gyp" : " ^9.3.1" ,
20- "prebuild-install" : " ^6.0.0"
22+ "node-gyp" : " ^9.3.1"
2123 },
2224 "dependencies" : {
2325 "node-addon-api" : " ^6.1.0" ,
You can’t perform that action at this time.
0 commit comments