hang-wasm 0.1.4

Web implementation for MoQ utilizing WebAssembly+Typescript
{
	"name": "@kixelated/hang-wasm",
	"type": "module",
	"collaborators": ["Luke Curley <kixelated@gmail.com>"],
	"description": "Web implementation for MoQ utilizing WebAssembly+Typescript",
	"version": "0.1.0",
	"license": "MIT OR Apache-2.0",
	"repository": "github:kixelated/moq",
	"files": ["dist", "pkg"],
	"exports": {
		".": "./dist/index.js"
	},
	"sideEffects": ["./pkg/index.js", "./pkg/snippets/*"],
	"scripts": {
		"build": "cargo test export_bindings && rspack build && tsc -b && cp ../LICENSE* ./dist && cp ./README.md ./dist",
		"check": "cargo check && tsc --noEmit",
		"dev": "rspack dev"
	},
	"devDependencies": {
		"@rspack/cli": "^1.3.8",
		"@rspack/core": "^1.3.8",
		"@types/audioworklet": "^0.0.75",
		"@wasm-tool/wasm-pack-plugin": "^1.7.0",
		"html-webpack-plugin": "^5.6.3",
		"ts-loader": "^9.5.2",
		"wasm-pack": "^0.13.1"
	}
}