-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeno.json
1 lines (1 loc) · 3.63 KB
/
deno.json
1
{"imports":{"deco/":"https://cdn.jsdelivr.net/gh/deco-cx/[email protected]/","apps/":"https://cdn.jsdelivr.net/gh/deco-cx/[email protected]/","$fresh/":"https://deno.land/x/[email protected]/","@cliffy/prompt":"jsr:@cliffy/prompt@^1.0.0-rc.5","@core/asyncutil":"jsr:@core/asyncutil@^1.0.0","@deco/codemod-toolkit":"jsr:@deco/[email protected]","@deco/durable":"jsr:@deco/[email protected]","@deco/warp":"jsr:@deco/[email protected]","@hono/hono":"jsr:@hono/hono@^4.5.4","@std/assert":"jsr:@std/assert@^1.0.2","@std/async":"jsr:@std/async@^0.224.1","@std/cli":"jsr:@std/cli@^1.0.3","@std/crypto":"jsr:@std/[email protected]","@std/datetime":"jsr:@std/datetime@^0.224.0","@std/encoding":"jsr:@std/encoding@^1.0.0-rc.1","@std/flags":"jsr:@std/flags@^0.224.0","@std/fmt":"jsr:@std/fmt@^0.225.3","@std/fs":"jsr:@std/fs@^0.229.1","@std/http":"jsr:@std/http@^1.0.0","@std/io":"jsr:@std/io@^0.224.4","@std/log":"jsr:@std/log@^0.224.5","@std/media-types":"jsr:@std/media-types@^1.0.0-rc.1","@std/path":"jsr:@std/path@^0.225.2","@std/semver":"jsr:@std/semver@^0.224.3","@std/streams":"jsr:@std/streams@^1.0.0","@std/testing":"jsr:@std/testing@^1.0.0","@zaubrik/djwt":"jsr:@zaubrik/djwt@^3.0.2","fast-json-patch":"npm:fast-json-patch@^3.1.1","preact-render-to-string":"npm:[email protected]","simple-git":"npm:simple-git@^3.25.0","https://esm.sh/*[email protected]":"npm:[email protected]","@deco/deco":"jsr:@deco/[email protected]","site/":"./","@preact/signals":"https://esm.sh/*@preact/[email protected]","@preact/signals-core":"https://esm.sh/*@preact/[email protected]","daisyui":"npm:[email protected]","preact":"npm:[email protected]","std/":"https://deno.land/[email protected]/","@deco/dev":"jsr:@deco/[email protected]","drizzle-orm":"https://esm.sh/[email protected]","drizzle-orm/":"https://esm.sh/[email protected]/","drizzle-kit":"https://esm.sh/[email protected]"},"tasks":{"start":"deno run -A --unstable-http --env https://deco.cx/run -- deno task dev","gen":"deno run -A dev.ts --gen-only","play":"USE_LOCAL_STORAGE_ONLY=true deno task start","component":"deno eval 'import \"deco/scripts/component.ts\"'","release":"deno eval 'import \"deco/scripts/release.ts\"'","update":"deno run -Ar https://deco.cx/update","check":"deno fmt && deno lint && deno check dev.ts main.ts","install":"deno eval 'import \"deco/scripts/apps/install.ts\"'","uninstall":"deno eval 'import \"deco/scripts/apps/uninstall.ts\"'","bundle":"deno run -A jsr:@deco/deco/scripts/bundle site","cache_clean":"rm deno.lock; deno cache -r main.ts","build":"deno run -A dev.ts build","preview":"deno run -A main.ts","dev":"deno run -A --env --unstable-kv --unstable-hmr dev.ts","reload":"deno cache -r https://deco.cx/run","db:setup:deps":"deno cache -r --node-modules-dir npm:[email protected] npm:[email protected] npm:@libsql/[email protected]/node","db:check:credentials":"deno eval --env 'import{getDbCredentials}from\"apps/records/scripts/checkDbCredential.ts\";getDbCredentials();'","db:pull:prod":"deno eval --env 'import \"apps/records/scripts/pullProd.ts\"'","db:generate":"deno run -A --node-modules-dir npm:[email protected] generate < /dev/null","db:migrate":"deno run -A --node-modules-dir --config=deno.json npm:[email protected] migrate","db:drop":"deno run -A --node-modules-dir --config=deno.json npm:[email protected] drop","db:schema:update":"DENO_FUTURE=1 deno task db:check:credentials && deno task db:generate && deno task db:migrate"},"githooks":{"pre-commit":"check"},"exclude":["node_modules","static/","README.md","_fresh","**/_fresh/*"],"lint":{"rules":{"tags":["fresh","recommended"]}},"nodeModulesDir":false,"compilerOptions":{"jsx":"react-jsx","jsxImportSource":"preact","experimentalDecorators":true},"lock":false}