@luminati-io/snappystream
Version:
Framed Snappy streams
43 lines (42 loc) • 895 B
JSON
{
"name": "@luminati-io/snappystream",
"version": "2.0.0-lum.1",
"description": "Framed Snappy streams",
"main": "lib/snappystreams.js",
"scripts": {
"lint": "eslint lib test",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dudleycarr/snappystream.git"
},
"keywords": [
"Snappy",
"Snappy framing format",
"Snappy stream"
],
"author": "Dudley Carr",
"license": "MIT",
"bugs": {
"url": "https://github.com/dudleycarr/snappystream/issues"
},
"homepage": "https://github.com/dudleycarr/snappystream",
"dependencies": {
"@node-rs/crc32": "^1.1.2",
"int24": "0.0.1",
"snappy": "^7.2.2"
},
"devDependencies": {
"eslint": "^8.9.0",
"jest": "^27.0.6",
"prettier": "^2.3.2"
},
"engines": {
"node": ">=12"
},
"directories": {
"lib": "lib",
"test": "test"
}
}