{
  "name": "node-readable-to-web-readable-stream",
  "version": "0.4.2",
  "description": "Convert Node Readable to Web API ReadableStream",
  "type": "module",
  "exports": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "clean": "del-cli 'lib/**/*.js' 'lib/**/*.js.map' 'lib/**/*.d.ts'",
    "compile-src": "tsc -p lib",
    "compile": "yarn run compile-src",
    "lint": "biome check",
    "build": "yarn run clean && yarn run compile",
    "test": "mocha",
    "bun:test": "bun run --bun mocha"
  },
  "files": [
    "lib/**/*.js",
    "lib/**/*.d.ts",
    "lib/*.cjs"
  ],
  "author": {
    "name": "Borewit",
    "url": "https://github.com/Borewit"
  },
  "license": "MIT",
  "packageManager": "yarn@4.6.0",
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@types/chai": "^5.0.1",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.13.8",
    "chai": "^5.2.0",
    "del-cli": "^6.0.0",
    "mocha": "^11.0.1",
    "typescript": "^5.8.2"
  },
  "keywords": [
    "Readable",
    "Stream",
    "Node.js",
    "Node",
    "ReadableStream",
    "convert",
    "WHATWG",
    "BYOB",
    "Web API"
  ],
  "repository": {
    "url": "https://github.com/Borewit/node-readable-to-web-readable-stream.git"
  }
}
