mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-01-25 15:59:42 -05:00
15 lines
405 B
JSON
15 lines
405 B
JSON
{
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"serve": "webpack-dev-server",
|
|
"test": "cargo check --target wasm32-unknown-unknown && wasm-pack test --node"
|
|
},
|
|
"devDependencies": {
|
|
"html-webpack-plugin": "^4.3.0",
|
|
"webpack": "^5.71.0",
|
|
"webpack-cli": "^4.9.2",
|
|
"webpack-dev-server": "^4.7.4",
|
|
"@wasm-tool/wasm-pack-plugin": "^1.6.0"
|
|
}
|
|
}
|