UNPKG

@doc.e.dub/csound-browser

Version:

[![npm (scoped with tag)](https://shields.shivering-isles.com/npm/v/@csound/browser/latest)](https://www.npmjs.com/package/@csound/browser) [![GitHub Workflow Status](https://shields.shivering-isles.com/github/workflow/status/csound/csound/csound_wasm)](h

127 lines (126 loc) 4 kB
{ "name": "@doc.e.dub/csound-browser", "version": "6.17.0-beta5", "module": "./dist/csound.esm.js", "main": "./dist/csound.cjs.js", "iife": "./dist/csound.iife.js", "typings": "index.d.ts", "type": "module", "exports": { ".": { "require": "./dist/csound.cjs.js", "import": "./dist/csound.esm.js", "default": "./dist/csound.esm.js" }, "./dev": { "require": "./dist/csound.dev.esm.js", "import": "./dist/csound.dev.esm.js", "default": "./dist/csound.dev.esm.js" } }, "files": [ "dist/csound*", "dist/factory*", "polyfills", "script", "src", "tests/index.html", "tests/*.js", "index.d.ts", "rollup.config.js" ], "license": "LGPL-2.1", "bugs": { "url": "https://github.com/csound/csound/issues" }, "homepage": "https://github.com/csound/csound/tree/master/wasm/browser", "repository": { "type": "git", "url": "https://github.com/csound/csound" }, "publishConfig": { "access": "public" }, "keywords": [ "@csound", "audimodules", "audio", "audio-plugin", "audio-plugins", "audiocontext", "audioworklet", "csound", "csound-wasm", "wasi", "wasm", "webassembly", "webaudio", "webmidi" ], "scripts": { "lint": "eslint 'src/**/*.js'", "lint:ci": "cross-env ESLINT_JUNIT_OUTPUT=tests/eslint.junit.xml eslint -f ./node_modules/eslint-junit/index.js 'src/**/*.js'", "build": "yarn build:dev && yarn build:prod", "build:dev": "cross-env BUILD_TARGET=development rollup -c --environment production", "build:prod": "cross-env BUILD_TARGET=production rollup -c --environment production", "build:release:dev": "cross-env BUILD_TARGET=release_dev rollup -c --environment production", "build:release:prod": "cross-env BUILD_TARGET=release_prod rollup -c --environment production", "build:release": "yarn build:release:dev && yarn build:release:prod", "build:readme": "node --experimental-modules script/generate-readme.mjs > README.md", "test:ci": "node tests/selenium_runner.js", "test:open": "http-server ./tests -c-1 --no-dotfiles" }, "devDependencies": { "@babel/core": "^7.12.10", "@babel/plugin-proposal-object-rest-spread": "^7.12.1", "@babel/plugin-transform-destructuring": "^7.12.1", "@doc.e.dub/csound-wasm-bin": "6.17.0-beta5", "@rollup/plugin-alias": "^3.1.1", "@rollup/plugin-babel": "^5.2.2", "@rollup/plugin-commonjs": "^17.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^11.1.0", "@rollup/plugin-replace": "^2.3.4", "browser-or-node": "^1.3.0", "cross-env": "^7.0.3", "eslint": "^7.18.0", "eslint-config-prettier": "^7.2.0", "eslint-config-standard": "^16.0.2", "eslint-junit": "^1.0.1", "eslint-loader": "^4.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-ramda": "^2.5.1", "eslint-plugin-standard": "^5.0.0", "eslint-plugin-unicorn": "^27.0.0", "http-server": "^0.12.3", "jsdoc": "^3.6.6", "jsdoc-export-default-interop": "^0.3.1", "jsdoc-plugin-typescript": "^2.0.6", "jsdoc-to-markdown": "^6.0.1", "lines-logger": "2.1.2", "mocha": "^8.2.1", "mocha-junit-reporter": "^2.0.0", "mocha-webdriver-runner": "^0.6.3", "rollup": "^2.38.0", "rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-terser": "^7.0.2", "rollup-pluginutils": "^2.8.2", "selenium-webdriver": "^4.0.0-alpha.8" }, "dependencies": { "@wasmer/wasi": "^0.12.0", "@wasmer/wasm-transformer": "^0.12.0", "@wasmer/wasmfs": "0.12.0", "comlink": "^4.3.0", "eventemitter3": "^4.0.7", "pako": "^2.0.3", "path-browserify": "^1.0.1", "ramda": "^0.27.1", "standardized-audio-context": "^25.1.9", "text-encoding-shim": "^1.0.5", "unmute-ios-audio": "^3.3.0", "web-midi-api": "^2.0.8" } }