2022-11-21 04:50:15 +00:00
|
|
|
{
|
|
|
|
"tasks": {
|
|
|
|
"build": "wasm-pack build --target web .",
|
2022-12-06 15:52:29 +00:00
|
|
|
"build-dnt": "deno run -A scripts/build.ts",
|
2022-11-21 04:50:15 +00:00
|
|
|
"test": "deno test --allow-read"
|
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"files": {
|
|
|
|
"include": ["deno_test/"]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|