{
  "name": "tunajs",
  "version": "1.1.3",
  "description": "Audio effects library for the Web Audio API",
  "main": "./dist/tuna.umd.cjs",
  "module": "./dist/tuna.js",
  "types": "./dist/types/tuna.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/tuna.js",
      "require": "./dist/tuna.umd.cjs"
    }
  },
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build && npm run build:types",
    "build:types": "tsc",
    "preview": "vite preview",
    "test": "echo \"Error: no test specified\" && exit 1",
    "patch": "npm version patch && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Theodeus/tuna.git"
  },
  "keywords": [
    "web audio",
    "audio effects",
    "tuna",
    "tunajs",
    "tuna.js"
  ],
  "author": "Oskar Eriksson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Theodeus/tuna/issues"
  },
  "homepage": "https://github.com/Theodeus/tuna#readme",
  "devDependencies": {
    "typescript": "^5.9.3",
    "vite": "^7.3.0"
  }
}
