8 lines
172 B
JSON
8 lines
172 B
JSON
{
|
|
"name": "@ttf/wasm-bundle",
|
|
"version": "0.1.0",
|
|
"exports": "./mod.ts",
|
|
"tasks": {
|
|
"serve": "deno run -A --no-lock serve.tsx --path=./test"
|
|
}
|
|
} |