Skip to content

Commit

Permalink
Fix repository info
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Jan 3, 2024
1 parent 52a9096 commit e894eff
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,23 @@
"version": "1.1.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": "node example.js",
"libchdb": "cd lib && ./update_libchdb.sh",
"build": "node-gyp configure build",
"postinstall": "npm run libchdb && npm run build"
"build": "node-gyp configure build"
},
"author": {
"name": "chdb",
"email": "[email protected]"
},
"license": "Apache-2.0",
"devDependencies": {
"node-gyp": "^9.3.1",
"prebuild-install": "^6.0.0"
"node-gyp": "^9.3.1"
},
"dependencies": {
"node-addon-api": "^6.1.0",
Expand Down

0 comments on commit e894eff

Please sign in to comment.