{
  "name": "sw-synth",
  "version": "0.1.2",
  "description": "Lightweight sound synthesizer designed for real-time user interaction using the Web Audio API",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/frostburn"
  },
  "main": "dist/index",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "license": "MIT",
  "keywords": [
    "Microtonal",
    "Audio",
    "Xenharmonic",
    "Inharmonic",
    "Aperiodic",
    "Oscillator",
    "Realtime",
    "Synth",
    "Synthesizer"
  ],
  "author": "Lumi Pakkanen",
  "bugs": {
    "url": "https://github.com/xenharmonic-devs/sw-synth/issues"
  },
  "homepage": "https://github.com/xenharmonic-devs/sw-synth#readme",
  "scripts": {
    "lint": "gts lint",
    "clean": "gts clean",
    "compile": "tsc",
    "fix": "gts fix",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "posttest": "npm run lint",
    "test": "vitest",
    "doc": "typedoc src/index.ts . --name sw-synth"
  },
  "dependencies": {
    "aperiodic-oscillator": "^0.1.1"
  },
  "devDependencies": {
    "@types/jsdom": "^21.1.7",
    "@types/node": "20.8.2",
    "gts": "^5.3.1",
    "jsdom": "^23.2.0",
    "typedoc": "^0.25.13",
    "typescript": "~5.2.0",
    "vitest": "^0.34.6"
  }
}
