mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 12:57:20 +00:00
9 lines
233 B
JSON
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"
|
|
}
|
|
}
|