esbuild-wasm-bundler/deno.json

10 lines
205 B
JSON
Raw Permalink Normal View History

2024-06-03 11:39:19 -04:00
{
2024-08-13 10:25:16 -04:00
"name": "@ttf/wasm-bundle",
"version": "0.1.0",
"exports": "./mod.ts",
"tasks": {
"serve": "deno run -A --no-lock serve.tsx --path=./test --html=index.html",
"test": "deno test -A"
2024-08-13 10:25:16 -04:00
}
}