{ "name": "@ttf/deploy-bundler", "version": "0.1.0", "exports": "./mod.ts", "imports": { "react": "https://esm.sh/preact@10.22.0/compat", "react/": "https://esm.sh/preact@10.22.0/compat/", "other": "./other.tsx", "entry": "./app.tsx", "config": "./deno.json" }, "tasks": { "go": "deno run -A bundler-inc.tsx", "serve": "deno run -A serve.tsx" }, "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "react" } }