{
  "name": "@opendaw/studio-sdk",
  "version": "0.0.172",
  "license": "AGPL-3.0-or-later",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "description": "One-line installer for the complete OpenDAW Studio tool-chain",
  "repository": {
    "type": "git",
    "url": "https://github.com/andremichelle/opendaw"
  },
  "keywords": [
    "opendaw",
    "audio-dev",
    "daw-sdk",
    "web-audio",
    "music-apps",
    "typescript",
    "synth",
    "fx"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist/**/*",
    "README.md"
  ],
  "scripts": {
    "sync-version": "node scripts/sync-version.js",
    "build": "npm run sync-version && tsc",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@opendaw/typescript-config": "^0.0.32"
  },
  "dependencies": {
    "@opendaw/lib-box": "^0.0.94",
    "@opendaw/lib-dawproject": "^0.0.78",
    "@opendaw/lib-dom": "^0.0.90",
    "@opendaw/lib-dsp": "^0.0.93",
    "@opendaw/lib-fusion": "^0.0.103",
    "@opendaw/lib-jsx": "^0.0.92",
    "@opendaw/lib-midi": "^0.0.74",
    "@opendaw/lib-runtime": "^0.0.86",
    "@opendaw/lib-std": "^0.0.85",
    "@opendaw/lib-xml": "^0.0.71",
    "@opendaw/studio-adapters": "^0.3.4",
    "@opendaw/studio-boxes": "^0.0.110",
    "@opendaw/studio-core": "^0.2.6",
    "@opendaw/studio-core-wasm": "^0.0.17",
    "@opendaw/studio-enums": "^0.1.3"
  },
  "gitHead": "b540a9cb4d3934297e8bb2acf8557781eb9580f0"
}
