{
	"name": "isomorphic-web-streams",
	"version": "0.1.0",
	"description": "Isomorphic Web Streams for Node and the browser",
	"type": "module",
	"main": "lib/index.js",
	"types": "lib/index.d.ts",
	"exports": {
		"node": "./lib/node.js",
		"default": "./lib/index.js"
	},
	"engines": {
		"node": ">= 18"
	},
	"files": [
		"lib"
	],
	"scripts": {
		"build": "tsc",
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/joeltg/isomorphic-web-streams.git"
	},
	"keywords": [
		"streams",
		"readable",
		"writeable",
		"ReadableStream",
		"WritableStream",
		"TransformStream"
	],
	"author": "Joel Gustafson",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/joeltg/isomorphic-web-streams/issues"
	},
	"homepage": "https://github.com/joeltg/isomorphic-web-streams#readme",
	"devDependencies": {
		"typescript": "^5.0.4"
	},
	"dependencies": {
		"@types/node": "^18.15.11"
	}
}
