{
  "name": "@seamless-medley/medley",
  "description": "Audio engine for Node.js, with built-in \"radio like\" gapless/seamless playback",
  "version": "0.5.3",
  "author": {
    "name": "Wittawas Nakkasem",
    "email": "vittee@hotmail.com",
    "url": "https://github.com/vittee"
  },
  "license": "GPL-3.0",
  "keywords": [
    "medley",
    "juce",
    "dj",
    "radio",
    "seamless",
    "gapless",
    "segue"
  ],
  "homepage": "https://github.com/seamless-medley/medley/tree/main/packages/node-medley",
  "repository": "https://github.com/seamless-medley/medley",
  "main": "index.js",
  "types": "index.d.ts",
  "dependencies": {
    "node-gyp-build": "^4.6.1"
  },
  "scripts": {}
}