mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-09 00:15:23 -04:00
16 lines
407 B
JSON
16 lines
407 B
JSON
{
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"serve": "webpack-dev-server",
|
|
"test": "cargo test && wasm-pack test --node"
|
|
},
|
|
"devDependencies": {
|
|
"@wasm-tool/wasm-pack-plugin": "^1.3.3",
|
|
"html-webpack-plugin": "^5.3.1",
|
|
"text-encoding": "^0.7.0",
|
|
"webpack": "^5.58.2",
|
|
"webpack-cli": "^4.9.0",
|
|
"webpack-dev-server": "^4.3.1"
|
|
}
|
|
}
|