UNPKG

from-node-stream

Version:
58 lines (57 loc) 1.48 kB
{ "name": "from-node-stream", "version": "0.1.0", "description": "convert nodejs-stream into webstream", "keywords": [ "WebStream", "node-stream", "Readable", "Writable", "ReadableStream", "WritableStream", "TransformSteam" ], "homepage": "https://github.com/snomiao/from-node-stream#readme", "bugs": { "url": "https://github.com/snomiao/from-node-stream/issues" }, "repository": { "type": "git", "url": "git+https://github.com/snomiao/from-node-stream.git" }, "license": "MIT", "author": "snomiao <snomiao@gmail.com>", "type": "module", "exports": { "import": "./dist/index.js", "types": "./index.ts" }, "main": "index.js", "module": "index.ts", "types": "./index.ts", "files": [ "*.ts", "dist" ], "scripts": { "build": "bun build:type && bun build:js", "build:js": "bun build . --outdir=dist --sourcemap=external --packages=external", "build:type": "tsc -d --noEmit false --emitDeclarationOnly --outDir dist", "prerelease": "bun run build && bun run test", "release": "bunx standard-version && git push --follow-tags && npm publish", "test": "bun test", "prepare": "husky" }, "dependencies": { "phpdie": "^1.2.14" }, "devDependencies": { "@types/bun": "^1.1.11", "@types/jest": "^29.5.13", "@types/node": "^22.10.7", "husky": "^9.1.7", "semantic-release": "^24.2.1", "sflow": "^1.19.1", "typescript": "^5.6.3" } }