mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-06 12:25:03 +00:00
12 lines
217 B
JSON
12 lines
217 B
JSON
{
|
|
"tasks": {
|
|
"install": "cargo install wasm-pack",
|
|
"build": "wasm-pack build --target web .",
|
|
"test": "deno test --allow-read"
|
|
},
|
|
"test": {
|
|
"files": {
|
|
"include": ["deno_test/"]
|
|
}
|
|
}
|
|
}
|