esbuild-wasm-bundler/deno.json

9 lines
242 B
JSON
Raw Permalink Normal View History

2024-06-03 11:39:19 -04:00
{
2024-06-12 15:51:50 -04:00
"name": "@ttf/wasm-bundle",
2024-06-07 16:54:12 -04:00
"version": "0.1.0",
"exports": "./mod.ts",
2024-06-10 22:51:23 -04:00
"tasks": {
2024-06-14 17:07:50 -04:00
"serve": "deno run -A --no-lock serve.tsx --path=./test --html=index.html",
"jsapi": "deno run -A --no-lock jsapi.tsx"
2024-06-03 11:39:19 -04:00
}
}