UNPKG

@sapphi-red/speex-preprocess-wasm

Version:
57 lines 1.59 kB
{ "name": "@sapphi-red/speex-preprocess-wasm", "version": "0.4.0", "description": "WebAssembly build of SpeexDSP proprocess", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./speex.wasm": "./dist/speex.wasm" }, "repository": { "type": "git", "url": "git+https://github.com/sapphi-red/speex-preprocess-wasm.git" }, "keywords": [ "speex" ], "author": "sapphi-red", "license": "MIT", "bugs": { "url": "https://github.com/sapphi-red/speex-preprocess-wasm/issues" }, "homepage": "https://github.com/sapphi-red/speex-preprocess-wasm#readme", "files": [ "dist" ], "devDependencies": { "@eslint/js": "^9.26.0", "@types/emscripten": "^1.40.1", "@types/node": "^22.15.17", "eslint": "^9.26.0", "eslint-config-prettier": "^10.1.5", "prettier": "^3.5.3", "tsup": "^8.4.0", "tsx": "^4.19.4", "typescript": "^5.8.3", "typescript-eslint": "^8.32.0", "uvu": "^0.5.6" }, "packageManager": "pnpm@8.15.5", "scripts": { "build": "npm run build:wasm && npm run build:js && npm run build:copy-wasm", "build:wasm": "bash ./build/build-wasm.sh", "build:js": "tsup-node", "build:copy-wasm": "tsx scripts/copy-wasm.ts", "lint": "eslint --cache .", "format": "prettier --write --cache .", "type-check": "tsc --noEmit", "test": "tsx node_modules/uvu/bin.js tests -i ^_.*" } }