loro/crates/loro-wasm/deno.json

13 lines
217 B
JSON
Raw Normal View History

2022-11-21 04:50:15 +00:00
{
"tasks": {
2022-11-23 11:34:27 +00:00
"install": "cargo install wasm-pack",
2022-11-21 04:50:15 +00:00
"build": "wasm-pack build --target web .",
"test": "deno test --allow-read"
},
"test": {
"files": {
"include": ["deno_test/"]
}
}
}