We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584edf2 commit 7e0355aCopy full SHA for 7e0355a
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@e280/kv",
3
"version": "0.0.0-2",
4
- "description": "key-value json database",
+ "description": "Simple abstract key-value json database",
5
"license": "MIT",
6
"author": "Chase Moskal <chasemoskal@gmail.com>",
7
"type": "module",
@@ -15,7 +15,7 @@
15
"count": "find s -path '*/_archive' -prune -o -name '*.ts' -exec wc -l {} +",
16
"test": "node x/kv.test.js --verbose",
17
"test-debug": "node inspect x/kv.test.js",
18
- "watch": "run-p _tscw _testw",
+ "start": "run-p _tscw _testw",
19
"_clean": "rm -rf x && mkdir x",
20
"_links": "ln -s \"$(realpath node_modules)\" x/node_modules",
21
"_tsc": "tsc",
0 commit comments