{
	"name": "fast-zlib",
	"version": "2.0.1",
	"description": "Synchronous shared context compression with node's native zlib",
	"main": "index.js",
	"typings": "./index.d.ts",
	"scripts": {
		"test": "node test.js"
	},
	"repository": {
		"url": "https://github.com/timotejroiko/fast-zlib.git"
	},
	"keywords": [
		"zlib",
		"sync",
		"synchronous",
		"shared",
		"context",
		"takeover",
		"stream"
	],
	"author": "Timotej Valentin Rojko",
	"funding": {
		"type": "patreon",
		"url": "https://patreon.com/timotejroiko"
	},
	"license": "MIT",
	"devDependencies": {
		"@types/node": "^14.14.35",
		"eslint": "^7.22.0"
	}
}
