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