loro/crates/loro-wasm/deno.json
2022-11-23 19:49:39 +08:00

12 lines
217 B
JSON

{
"tasks": {
"install": "cargo install wasm-pack",
"build": "wasm-pack build --target web .",
"test": "deno test --allow-read"
},
"test": {
"files": {
"include": ["deno_test/"]
}
}
}