{
  "name": "bpm-detector",
  "version": "1.0.6",
  "description": "A simple BPM detector for audio files",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tse-lao/bpm-detector"
  },
  "keywords": [
    "BPM",
    "audio",
    "music",
    "beats",
    "analysis"
  ],
  "author": "TseLao",
  "license": "MIT",
  "dependencies": {
    "audiobuffer-to-wav": "^1.0.0",
    "fft-js": "^0.0.12",
    "fft.js": "^4.0.4",
    "fluent-ffmpeg": "^2.1.3",
    "music-metadata": "^7.14.0",
    "wav-decoder": "^1.3.0"
  }
}
