loro/scripts/deno.json
Zixuan Chen 8518e2b0d5
Some checks are pending
Release WASM / Release (push) Waiting to run
Test All / build (push) Waiting to run
feat: add getShallowValue for each container (#581)
2024-12-15 13:34:07 +08:00

9 lines
233 B
JSON

{
"imports": {
"@std/fs": "jsr:@std/fs@^1.0.2",
"@std/toml": "jsr:@std/toml@^1.0.1"
},
"tasks": {
"doc-test": "deno run --allow-env --allow-read --allow-run run-js-doc-tests.ts ../crates/loro-wasm/src/lib.rs"
}
}