UNPKG

@lavacoffee/datarw

Version:

A binary data reader/writer aim to work with lavaplayer MessageIO

50 lines (49 loc) 1.34 kB
{ "name": "@lavacoffee/datarw", "version": "0.1.0", "description": "A binary data reader/writer aim to work with lavaplayer MessageIO", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": ["dist"], "scripts": { "bench": "node benchmark", "lint": "eslint --ext .ts src", "test": "npm run lint && mocha", "esm": "gen-esm-wrapper . ./dist/index.mjs", "build": "rimraf dist && tsc && npm run esm", "docs": "typedoc src/index.ts --excludePrivate --excludeInternal --excludeExternals" }, "repository": { "type": "git", "url": "git+https://github.com/lavacoffee/datarw.git" }, "keywords": [ "binary", "binary-data", "binary-reader", "binary-writer", "binary-rw", "binary-io", "messageio", "dataio" ], "author": "azusfin", "license": "MIT", "bugs": { "url": "https://github.com/lavacoffee/datarw/issues" }, "homepage": "https://github.com/lavacoffee/datarw#readme", "devDependencies": { "@hazmi35/eslint-config": "^8.1.0", "@typescript-eslint/eslint-plugin": "^5.10.0", "@typescript-eslint/parser": "^5.10.0", "benny": "^3.7.1", "eslint": "^8.7.0", "gen-esm-wrapper": "^1.1.3", "mocha": "^9.1.4", "rimraf": "^3.0.2", "typedoc": "^0.22.11", "typescript": "^4.5.4" } }