mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-23 13:39:12 +00:00
12 lines
175 B
JSON
12 lines
175 B
JSON
|
{
|
||
|
"tasks": {
|
||
|
"build": "wasm-pack build --target web .",
|
||
|
"test": "deno test --allow-read"
|
||
|
},
|
||
|
"test": {
|
||
|
"files": {
|
||
|
"include": ["deno_test/"]
|
||
|
}
|
||
|
}
|
||
|
}
|