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