{
  "name": "als-fft",
  "version": "3.4.1",
  "description": "**als-fft** is a small library for performing Fast Fourier Transforms (FFT) and Inverse Fast Fourier Transforms (IFFT) on arrays of real (or complex) data in JavaScript.",
  "main": "index.js",
  "exports": {
    "require": "./index.js",
    "import": "./index.mjs"
  },
  "scripts": {
    "test": "node --test --experimental-test-coverage ./tests/**.test.js",
    "test-report": "node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info ./tests/test.test.js"
  },
  "keywords": [],
  "author": "Alex Sorkin",
  "license": "MIT"
}