{
  "name": "readable-web-to-node-stream",
  "version": "5.0.0",
  "description": "Converts a Web-API readable-stream into a Node.js readable-stream.",
  "type": "module",
  "exports": {
    "node": "./lib/node.js",
    "default": "./lib/default.js"
  },
  "types": "lib/default.d.ts",
  "files": [
    "lib/**/*.js",
    "lib/**/*.d.ts"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "clean": "del-cli 'lib/**/*.js' 'lib/**/*.js.map' 'lib/**/*.d.ts' 'coverage'",
    "compile-lib": "tsc -p lib",
    "compile-test": "tsc -p test",
    "prepublishOnly": "yarn run build",
    "build": "yarn run compile-lib && npm run compile-test",
    "lint-ts": "biome check",
    "lint": "yarn run biome check",
    "test:node": "mocha",
    "test": "yarn run test:node",
    "test-coverage": "c8 yarn run test",
    "send-codacy": "c8 report --reporter=text-lcov | codacy-coverage"
  },
  "keywords": [
    "stream.readable",
    "web",
    "node",
    "browser",
    "stream",
    "covert",
    "coverter",
    "readable",
    "readablestream"
  ],
  "repository": "https://github.com/Borewit/readable-web-to-node-stream.git",
  "author": {
    "name": "Borewit",
    "url": "https://github.com/Borewit"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/Borewit"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Borewit/readable-web-to-node-stream/issues"
  },
  "dependencies": {
    "readable-stream": "^4.7.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@types/chai": "^5.0.1",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.13.4",
    "@types/readable-stream": "^4.0.18",
    "c8": "^10.1.3",
    "chai": "^5.2.0",
    "coveralls": "^3.1.1",
    "del-cli": "^6.0.0",
    "file-type": "^20.1.0",
    "mocha": "^11.1.0",
    "music-metadata-browser": "^2.5.11",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.3"
  },
  "packageManager": "yarn@4.6.0"
}
