UNPKG

yamux-js

Version:

[![npm version](https://badge.fury.io/js/yamux-js.svg)](https://www.npmjs.com/package/yamux-js) [![Build status](https://img.shields.io/github/actions/workflow/status/th-ch/yamux-js/node.js.yml?branch=master)](https://github.com/th-ch/yamux-js) [![GitHub

44 lines (43 loc) 1.11 kB
{ "name": "yamux-js", "version": "0.2.1", "main": "lib/index", "license": "MIT", "repository": { "url": "https://github.com/th-ch/yamux-js", "type": "git" }, "devDependencies": { "@types/chai": "^4.3.20", "@types/mocha": "^10.0.10", "@types/node": "^22.10.2", "chai": "^4.5.0", "mocha": "11.0.2", "prettier": "^3.4.2", "ts-node": "^10.9.2", "typescript": "^5.7.2" }, "scripts": { "build": "yarn clean && tsc", "clean": "rm -rf lib", "format": "yarn prettier --write src", "format:check": "yarn prettier --check src", "prepare": "yarn format:check && yarn build", "test": "mocha --require ts-node/register --color --recursive --extension ts", "test:watch": "yarn test --watch" }, "keywords": [ "yamux", "hashicorp", "multiplex", "multiplexer", "multiplexing", "streams", "typescript", "javascript", "interleave" ], "files": [ "lib" ] }