{
  "name": "range-slice-stream",
  "version": "3.0.0",
  "description": "Get slices of a stream",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jhiesey/range-slice-stream.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "stream",
    "slice",
    "substream",
    "range"
  ],
  "types": "index.d.ts",
  "author": "John Hiesey",
  "license": "MIT",
  "dependencies": {
    "@types/node": "^20.10.4",
    "readable-stream": "^4.4.2"
  }
}
