10 lines
205 B
JSON
10 lines
205 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|