{
  "name": "fourier-transform",
  "version": "2.3.0",
  "description": "Minimalistic and efficient FFT implementation",
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": "./index.js",
    "./stft": "./stft.js"
  },
  "scripts": {
    "test": "node --test test/rfft.js test/fft.js test/stft.js",
    "benchmark": "node benchmark/run.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scijs/fourier-transform.git"
  },
  "files": [
    "index.js",
    "stft.js"
  ],
  "keywords": [
    "fourier",
    "dsp",
    "fft",
    "rfft",
    "ifft",
    "cfft",
    "dft",
    "stft",
    "istft",
    "short-time-fourier-transform"
  ],
  "author": "Dmitry Iv. <dfcreative@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/scijs/fourier-transform/issues"
  },
  "homepage": "https://github.com/scijs/fourier-transform#readme",
  "devDependencies": {
    "als-fft": "^3.4.1",
    "dsp.js": "^1.0.1",
    "fft-js": "^0.0.12",
    "fft.js": "^4.0.4",
    "kissfft-wasm": "^2.0.1",
    "ml-fft": "^1.3.5",
    "ndarray": "^1.0.19",
    "ndarray-fft": "^1.0.3",
    "ooura": "^2.1.6",
    "tst": "^9.4.0"
  }
}
