{
  "name": "@csound/browser",
  "version": "7.0.0-beta31",
  "module": "./dist/csound.js",
  "typings": "index.d.ts",
  "type": "module",
  "files": [
    "dist/csound*",
    "dist/factory*",
    "polyfills",
    "script",
    "src",
    "tests/index.html",
    "tests/*.js",
    "index.d.ts",
    "LICENSE",
    "THIRD_PARTY.md"
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/csound/csound/issues"
  },
  "homepage": "https://github.com/csound/csound/tree/master/wasm/browser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csound/csound.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "@csound",
    "audimodules",
    "audio",
    "audio-plugin",
    "audio-plugins",
    "audiocontext",
    "audioworklet",
    "csound",
    "csound-wasm",
    "wasi",
    "wasm",
    "webassembly",
    "webaudio",
    "webmidi"
  ],
  "scripts": {
    "lint": "npx eslint 'src/**/*.js'",
    "lint:ci": "cross-env ESLINT_JUNIT_OUTPUT=tests/eslint.junit.xml npx eslint -f ./node_modules/eslint-junit/index.js 'src/**/*.js'",
    "build": "cross-env NODE_ENV=development node compile.js",
    "build:prod": "cross-env NODE_ENV=production node compile.js",
    "build:readme": "node --experimental-modules script/generate-readme.mjs > README.md",
    "build:tools": "node compile-tools.js",
    "test:types": "node tests/types/run.cjs",
    "test:ci": "npm run test:types && node tests/selenium_runner.js",
    "test:ci:firefox": "npm run test:types && node tests/selenium_runner_firefox.js",
    "test:open": "node tests/server.cjs"
  },
  "devDependencies": {
    "@babel/core": "^7.20.2",
    "@babel/plugin-proposal-object-rest-spread": "^7.20.2",
    "@babel/plugin-transform-destructuring": "^7.20.2",
    "@csound/wasm-bin": "7.0.0-beta21",
    "browser-or-node": "^2.0.0",
    "chai": "^4.3.7",
    "cross-env": "^7.0.3",
    "eslint": "^8.28.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-junit": "^1.0.1",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.5.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-standard": "^5.0.0",
    "eslint-plugin-unicorn": "^45.0.0",
    "finalhandler": "^1.2.0",
    "jsdoc": "^4.0.0",
    "jsdoc-export-default-interop": "^0.3.1",
    "jsdoc-plugin-typescript": "^2.2.0",
    "jsdoc-to-markdown": "^7.1.1",
    "lines-logger": "2.1.2",
    "mocha": "^10.1.0",
    "mocha-junit-reporter": "^2.2.0",
    "mocha-webdriver-runner": "^0.6.4",
    "prettier": "^2.8.0",
    "selenium-webdriver": "^4.6.1",
    "serve-static": "^1.15.0",
    "sinon": "^14.0.2",
    "typescript": "^5.6.3"
  },
  "dependencies": {
    "eventemitter3": "^4.0.7",
    "google-closure-compiler": "20260211.0.0",
    "google-closure-library": "^20221102.0.0",
    "pako": "^2.1.0",
    "ramda": "^0.28.0",
    "rimraf": "^3.0.2",
    "standardized-audio-context": "^25.3.35",
    "text-encoding-shim": "^1.0.5",
    "unmute-ios-audio": "^3.3.0",
    "web-midi-api": "^2.1.8"
  }
}
