{
  "name": "@teafail/musiclib",
  "version": "0.0.18",
  "description": "Music library",
  "type": "module",
  "scripts": {
    "build": "rimraf ./dist && npm run build:node && npm run build:browser",
    "build:node": "tsc -p tsconfig.node.json",
    "build:browser": "tsc -p tsconfig.browser.json",
    "preconsole": "npm run build:node",
    "console": "node scripts/console.mjs",
    "test": "vitest run",
    "test:watch": "vitest",
    "release": "npm config set registry https://registry.npmjs.org/ && npm config set //registry.npmjs.org/:_authToken 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 && npm publish --access public"
  },
  "main": "./dist/index-node.js",
  "browser": "./dist/index-browser.js",
  "types": "./dist/index-node.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index-node.d.ts",
      "browser": "./dist/index-browser.js",
      "node": "./dist/index-node.js",
      "default": "./dist/index-node.js"
    }
  },
  "files": [
    "/dist"
  ],
  "author": "Tea-FAil",
  "license": "ISC",
  "dependencies": {
    "node-web-audio-api": "^2.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.20.0",
    "rimraf": "^6.1.3",
    "shelljs": "^0.10.0",
    "typescript": "^5.8.3",
    "vitest": "^3.2.4"
  }
}
