{
    "name": "zlib-sync",
    "version": "0.1.10",
    "description": "Synchronous zlib bindings for NodeJS",
    "main": "index.js",
    "types": "index.d.ts",
    "scripts": {
        "lint": "eslint --fix test",
        "test": "mocha"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/abalabahaha/zlib-sync.git"
    },
    "keywords": [
        "zlib",
        "sync"
    ],
    "author": "abalabahaha",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/abalabahaha/zlib-sync/issues"
    },
    "homepage": "https://github.com/abalabahaha/zlib-sync#readme",
    "dependencies": {
        "nan": "^2.18.0"
    },
    "devDependencies": {
        "@types/node": "^12.11.7",
        "mocha": "^4.0.1"
    }
}
