Change from pnpm to npm, add ./link.sh shortcut for npm style package linking
[zettair_cache.git] / package.json
1 {
2   "name": "@ndcode/zettair_cache",
3   "version": "0.1.0",
4   "description": "Load zettair index which can be changed while system is live.",
5   "keywords": [
6     "zettair",
7     "index",
8     "persistent",
9     "cache",
10     "live"
11   ],
12   "homepage": "https://www.ndcode.org",
13   "author": "Nick Downing <nick@ndcode.org>",
14   "license": "MIT",
15   "repository": {
16     "type": "git",
17     "url": "https://git.ndcode.org/public/zettair_cache.git"
18   },
19   "bugs": {
20     "email": "nick@ndcode.org"
21   },
22   "main": "ZettairCache.js",
23   "engines": {
24     "node": ">=0.4.0"
25   },
26   "directories": {},
27   "dependencies": {
28     "@ndcode/build_cache": "^0.1.0",
29     "@ndcode/zettair": "^0.1.4"
30   },
31   "devDependencies": {}
32 }