Change from pnpm to npm, add ./link.sh shortcut for npm style package linking
[node_zettair.git] / package.json
1 {
2   "name": "@ndcode/zettair",
3   "version": "0.1.4",
4   "description": "Bindings to zettair search engine.",
5   "keywords": [
6     "Zettair",
7     "bindings",
8     "full-text search",
9     "search engine",
10     "text query",
11     "search ranking"
12   ],
13   "homepage": "https://www.ndcode.org",
14   "repository": {
15     "type": "git",
16     "url": "https://git.ndcode.org/public/node_zettair.git"
17   },
18   "bugs": {
19     "email": "nick@ndcode.org"
20   },
21   "main": "index.js",
22   "author": "Nick Downing <nick@ndcode.org>",
23   "license": "MIT",
24   "dependencies": {
25     "bindings": "^1.5.0",
26     "node-addon-api": "^4.2.0"
27   },
28   "scripts": {
29     "install": "node-gyp rebuild"
30   },
31   "gypfile": true
32 }