wavtools
Version:
Record and stream WAV audio data in the browser across all platforms
29 lines (28 loc) • 804 B
JSON
{
"name": "wavtools",
"version": "0.1.5",
"description": "Record and stream WAV audio data in the browser across all platforms",
"main": "index.js",
"types": "./dist/index.d.ts",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/keithwhor/wavtools.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "npx tsc && npx esbuild index.js --bundle --outfile=script/wavtools.js --format=iife && npx esbuild index.js --bundle --minify --outfile=script/wavtools.min.js --format=iife"
},
"keywords": [
"Wavtools",
"WAV",
"Audio",
"Browser"
],
"author": "Keith Horwoood <keithwhor@gmail.com>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
}
}