{ "name": "zapdb-kv", "version": "1.0.0", "main": "src/index.js", "repository": "git@git.cryto.net:joepie91/zapdb-kv.git", "author": "Sven Slootweg ", "license": "WTFPL OR CC0-1.0", "scripts": { "server": "concurrently --kill-others -p '[{name}]' -n 'node,PD' -c 'bgBlue.bold,bgRed.bold' './start-server.sh' './start-pd.sh'", "test": "tape tests/**/*.js | tap-difflet -p" }, "devDependencies": { "@joepie91/eslint-config": "^1.1.0", "cbor": "^8.1.0", "concurrently": "^6.2.1", "enzyme": "^3.11.0", "eslint": "^8.9.0", "filled-array": "^2.2.0", "snapshotter": "^3.0.1", "tap": "^15.1.5", "tap-difflet": "^0.7.2", "tape": "^5.3.2" }, "dependencies": { "@extra-bigint/log2": "^0.0.53", "@joepie91/unreachable": "^1.0.0", "@js-temporal/polyfill": "^0.3.0", "as-expression": "^1.0.0", "assure-array": "^1.0.0", "big-varint": "^0.1.0", "bigint-buffer": "^1.1.5", "cartesian-product": "^2.1.2", "default-value": "^1.0.0", "fix-esm": "^1.0.1", "lmdb": "^1.6.6", "match-value": "^1.1.0", "merge-by-template": "^0.1.3", "seed-random": "^2.2.0", "split-filter-n": "^1.1.3", "syncpipe": "^1.0.0", "time-call": "^0.1.0", "unicode-collation-algorithm2": "^0.3.1", "varint": "^6.0.0" }, "snapshotter": { "snapshotPath": "./tests/_snapshots" } }