{
    "name": "rocksdb-ts",
    "version": "4.1.1",
    "description": "A low-level Node.js RocksDB binding",
    "license": "MIT",
    "main": "dist/main.js",
    "scripts": {
        "install": "node-gyp -j 16 rebuild",
        "postinstall": "tsc",
        "install-old": "node-gyp-build",
        "test": "standard && hallmark && (nyc -s tape test/*-test.js | faucet) && nyc report",
        "test-gc": "npx -n=--expose-gc tape test/{cleanup,iterator-gc,chained-batch-gc}*-test.js",
        "test-electron": "electron test/electron.js",
        "test-prebuild": "cross-env PREBUILDS_ONLY=1 npm t",
        "coverage": "nyc report --reporter=text-lcov | coveralls",
        "tsc": "tsc",
        "rebuild": "npm run install --build-from-source",
        "prebuild": "prebuildify -t 8.14.0 --napi --strip",
        "download-prebuilds": "prebuildify-ci download",
        "hallmark": "hallmark --fix",
        "dependency-check": "dependency-check . test/*.js",
        "prepublishOnly": "npm run dependency-check"
    },
    "dependencies": {
        "@types/node": "^12.12.6",
        "abstract-leveldown": "~6.1.1",
        "napi-macros": "~2.0.0",
        "node-gyp-build": "^4.1.1",
        "ts-node": "^8.4.1",
        "typescript": "^3.6.3"
    },
    "devDependencies": {
        "async-each": "^1.0.3",
        "coveralls": "^3.0.2",
        "cross-env": "^6.0.0",
        "delayed": "^2.0.0",
        "dependency-check": "^3.3.0",
        "du": "^1.0.0",
        "electron": "^6.0.0",
        "faucet": "^0.0.1",
        "glob": "^7.1.4",
        "hallmark": "^2.0.0",
        "level-community": "^3.0.0",
        "level-concat-iterator": "^2.0.0",
        "mkfiletree": "^2.0.0",
        "node-gyp": "^6.0.0",
        "nyc": "^14.0.0",
        "prebuildify": "^3.0.0",
        "prebuildify-ci": "^1.0.4",
        "readfiletree": "^1.0.0",
        "rimraf": "^3.0.0",
        "standard": "^14.0.0",
        "tape": "^4.10.0",
        "tempy": "^0.3.0",
        "tslint": "^5.20.0",
        "tslint-config-prettier": "^1.18.0",
        "tslint-immutable": "^6.0.1"
    },
    "standard": {
        "ignore": [
            "deps/*"
        ]
    },
    "hallmark": {
        "community": "level-community"
    },
    "gypfile": true,
    "repository": {
        "type": "git",
        "url": "https://github.com/lu4/rocksdb-ts.git"
    },
    "homepage": "https://github.com/lu4/rocksdb-ts",
    "keywords": [
        "leveldb",
        "level"
    ],
    "engines": {
        "node": ">=8.6.0"
    }
}