{ "name": "lmdb-store", "author": "Kris Zyp", "version": "1.6.11", "description": "Simple, efficient, scalable data store wrapper for LMDB", "license": "MIT", "repository": { "type": "git", "url": "http://github.com/DoctorEvidence/lmdb-store" }, "keywords": [ "lmdb", "database", "mdb", "lightning" ], "type": "commonjs", "main": "./index.js", "exports": { "import": "./index.mjs", "require": "./index.js" }, "types": "./index.d.ts", "tsd": { "directory": "test/types" }, "scripts": { "install": "node-gyp-build", "prebuild": "prebuildify --target 17.0.1 && prebuildify --target 16.9.0 && prebuildify --target 14.17.6 && prebuildify --target 12.18.0", "prebuild-arm64": "prebuildify --arch=arm64 --target 17.0.1 && prebuildify --arch=arm64 --target 16.9.0 && prebuildify --arch=arm64 --target 14.17.6", "before-publish": "prebuildify-ci download && prebuildify --target 17.0.1 && prebuildify --target 16.9.0 && prebuildify --target 14.17.6 && prebuildify --target 12.18.0 && prebuildify --target electron@13.1.4", "recompile": "node-gyp clean && node-gyp configure && node-gyp build -d", "test": "mocha test/**.test.js --recursive && npm run test:types", "test2": "mocha tests -u tdd", "test:types": "tsd", "benchmark": "node --turbo-fast-api-calls ./benchmark/index.js", "benchmark-ll": "node ./benchmark/low-level.js" }, "gypfile": true, "dependencies": { "nan": "^2.14.2", "node-gyp-build": "^4.2.3", "ordered-binary": "^1.0.0", "weak-lru-cache": "^1.0.0" }, "optionalDependencies": { "msgpackr": "^1.4.7" }, "devDependencies": { "@types/node": "^16.7.10", "benchmark": "^2.1.4", "chai": "^4.3.4", "fs-extra": "^9.0.1", "jshint": "^2.12.0", "mocha": "^8.3.2", "prebuildify": "kriszyp/prebuildify#b78c5a9", "prebuildify-ci": "^1.0.5", "rimraf": "^3.0.2", "tsd": "^0.14.0" } }