UNPKG

vban

Version:
90 lines (89 loc) 2.71 kB
{ "name": "vban", "version": "1.4.1", "description": "Node VBAN implementation", "main": "./lib/index.cjs", "module": "./lib/index.mjs", "types": "./lib/index.d.ts", "type": "module", "sideEffects": false, "files": [ "lib" ], "typings": "./lib/index.d.ts", "exports": { ".": { "import": { "types": "./lib/index.d.ts", "default": "./lib/index.mjs" }, "require": { "types": "./lib/index.d.cts", "default": "./lib/index.cjs" }, "default": "./lib/index.cjs" } }, "devDependencies": { "@eslint/js": "9.23.0", "@jest/globals": "29.7.0", "@tsconfig/node-lts": "22.0.1", "@tsconfig/node14": "14.1.3", "@types/jest": "29.5.14", "@types/node": "22.13.12", "@typescript-eslint/eslint-plugin": "8.27.0", "@typescript-eslint/parser": "8.27.0", "dotenv": "16.4.7", "esbuild": "0.25.1", "eslint": "9.23.0", "eslint-config-prettier": "10.1.1", "eslint-plugin-prettier": "5.2.4", "eslint-plugin-tsdoc": "0.4.0", "jest": "29.7.0", "jest-sonar": "0.2.16", "prettier": "3.5.3", "rimraf": "6.0.1", "ts-jest": "29.3.0", "ts-node": "10.9.2", "typedoc": "0.28.1", "typescript": "5.8.2", "typescript-eslint": "8.27.0" }, "scripts": { "debug": "tsc && node --enable-source-maps ./lib/debug.js", "start": "node src/debug.ts", "ts-types": "tsc -p tsconfig.build.json --emitDeclarationOnly --outDir lib/types", "build": "tsc --noEmit && rimraf lib && node esbuild.mjs && npm run ts-types", "build:prod": "tsc --noEmit && rimraf lib && node esbuild.mjs && npm run ts-types", "lint": "eslint --debug", "lint:fix": "npm run lint -- --fix", "ci:eslint": "npm run lint -- -f json -o ./coverage/eslint-report.json", "prepublishOnly": "npm run build:prod", "ci:generate:documentation": "typedoc", "jest": "node --experimental-vm-modules node_modules/jest/bin/jest.js --detectOpenHandles", "test:ci": "npm run jest -- --ci", "ci:test:coverage": "npm run jest -- --ci --coverage", "example:chat": "node --loader ts-node/esm examples/chat.ts" }, "author": { "email": "thib3113@gmail.com", "name": "Thibaut severac" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/thib3113/vban.git" }, "bugs": { "url": "https://github.com/thib3113/vban/issues" }, "keywords": [ "VBAN", "voicemeeter", "MT-32", "MT-64", "MT-128", "UDP" ], "packageManager": "pnpm@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af" }