UNPKG

from-node-stream

Version:
59 lines (58 loc) 1.54 kB
{ "name": "from-node-stream", "version": "0.2.0", "description": "convert nodejs-stream into webstream", "keywords": [ "WebStream", "node-stream", "Readable", "Writable", "Duplex", "ReadableStream", "WritableStream", "TransformStream" ], "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.mjs", "types": "./ts/index.ts" }, "main": "dist/index.mjs", "module": "dist/index.mjs", "types": "./ts/index.ts", "files": [ "ts", "dist" ], "scripts": { "build": "tsdown ts/index.ts --format esm --sourcemap", "typecheck": "tsgo --noEmit", "prerelease": "bun run build && bun run test", "release": "bunx standard-version && git push --follow-tags && npm publish", "test": "bun test", "prepublishOnly": "bun run build && bun run test", "prepare": "husky", "dev": "tsdown ts/index.ts --format esm --watch" }, "devDependencies": { "@types/bun": "^1.3.11", "@types/jest": "^30.0.0", "@types/node": "^25.5.0", "@typescript/native-preview": "^7.0.0-dev.20260318.1", "husky": "^9.1.7", "phpdie": "^1.7.0", "semantic-release": "^25.0.3", "tsdown": "^0.21.4", "typescript": "^5.9.3" } }