loro/crates/loro-wasm/deno.json
2022-12-09 10:46:30 +08:00

12 lines
224 B
JSON

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