{
  "name": "@opendaw/studio-adapters",
  "version": "0.0.117",
  "license": "LGPL-3.0-or-later",
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "generate-exports": "node generate-exports.mjs",
    "build": "npm run generate-exports && tsc",
    "lint": "eslint \"**/*.ts\"",
    "test": "echo \"No tests to run\""
  },
  "dependencies": {
    "@opendaw/lib-box": "^0.0.87",
    "@opendaw/lib-dsp": "^0.0.85",
    "@opendaw/lib-fusion": "^0.0.95",
    "@opendaw/lib-runtime": "^0.0.80",
    "@opendaw/lib-std": "^0.0.79",
    "@opendaw/studio-boxes": "^0.0.95",
    "@opendaw/studio-enums": "^0.0.78",
    "soundfont2": "^0.5.0"
  },
  "devDependencies": {
    "@opendaw/eslint-config": "^0.0.28",
    "@opendaw/typescript-config": "^0.0.32"
  },
  "gitHead": "ca740027dffcf87e27e7cc30930cf14c474574a5"
}
