{
  "name": "@waveform-playlist/playout",
  "version": "12.5.4",
  "description": "Playout engine for waveform-playlist using Tone.js",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "sideEffects": false,
  "keywords": [
    "waveform",
    "audio",
    "webaudio",
    "tonejs",
    "waveform-playlist"
  ],
  "author": "Naomi Aro",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/naomiaro/waveform-playlist.git",
    "directory": "packages/playout"
  },
  "homepage": "https://naomiaro.github.io/waveform-playlist",
  "bugs": {
    "url": "https://github.com/naomiaro/waveform-playlist/issues"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "devDependencies": {
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "vitest": "^3.2.6",
    "@waveform-playlist/engine": "^13.5.1"
  },
  "dependencies": {
    "soundfont2": "^0.5.0",
    "@waveform-playlist/core": "12.6.1"
  },
  "peerDependencies": {
    "@waveform-playlist/engine": ">=7.0.0",
    "tone": "^15.0.0"
  },
  "peerDependenciesMeta": {
    "@waveform-playlist/engine": {
      "optional": true
    }
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}