Change from pnpm to npm, add ./link.sh shortcut for npm style package linking
[build_cache.git] / package.json
1 {
2   "name": "@ndcode/build_cache",
3   "version": "0.1.0",
4   "description": "In-memory cache for node.js objects built from multiple source files.",
5   "keywords": [
6     "in-memory",
7     "build",
8     "cache",
9     "modified",
10     "sources",
11     "compile",
12     "compiler"
13   ],
14   "homepage": "https://www.ndcode.org",
15   "author": "Nick Downing <nick@ndcode.org>",
16   "license": "MIT",
17   "repository": {
18     "type": "git",
19     "url": "https://git.ndcode.org/public/build_cache.git"
20   },
21   "bugs": {
22     "email": "nick@ndcode.org"
23   },
24   "main": "BuildCache.js",
25   "directories": {},
26   "dependencies": {},
27   "devDependencies": {}
28 }