{
  "name": "vban",
  "version": "1.5.6",
  "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.37.0",
    "@jest/globals": "30.2.0",
    "@tsconfig/node-lts": "22.0.2",
    "@tsconfig/node14": "14.1.5",
    "@types/debug": "^4.1.12",
    "@types/jest": "30.0.0",
    "@types/node": "24.7.2",
    "@typescript-eslint/eslint-plugin": "8.46.1",
    "@typescript-eslint/parser": "8.46.1",
    "dotenv": "17.2.3",
    "esbuild": "0.25.10",
    "eslint": "9.37.0",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-prettier": "5.5.4",
    "eslint-plugin-tsdoc": "0.4.0",
    "jest": "30.2.0",
    "jest-sonar": "0.2.16",
    "prettier": "3.6.2",
    "rimraf": "6.0.1",
    "tinybench": "^5.0.1",
    "ts-jest": "29.4.5",
    "ts-node": "10.9.2",
    "typedoc": "0.28.14",
    "typescript": "5.9.3",
    "typescript-eslint": "8.46.1"
  },
  "scripts": {
    "debug": "tsc -p tsconfig.build.json && 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.18.2"
}
