loro/crates/loro-wasm/deno.json
2022-11-21 12:50:15 +08:00

11 lines
175 B
JSON

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