Skip to main content
Module

x/earthstar/deno.json

Storage for private, distributed, offline-first applications.
Go to Latest
File
{ "name": "@earthstar/earthstar", "version": "11.0.0-beta.2", "exports": { ".": "./mod.ts", "./deno": "./mod.deno.ts" }, "publish": { "exclude": ["./.github", "./.nova", "./debug", "./scripts"] }, "tasks": { "test": "deno test --allow-all --unstable-kv src", "test-watch": "deno test --watch --allow-all --unstable-kv src", "bundle": "deno run --allow-all scripts/build_web_bundle.ts" }, "imports": { "@earthstar/meadowcap": "jsr:@earthstar/meadowcap@^0.6.3", "@earthstar/willow": "jsr:@earthstar/willow@^0.3.6", "@earthstar/willow-utils": "jsr:@earthstar/willow-utils@^1.0.0", "@noble/curves": "npm:@noble/curves@^1.4.0", "@noble/ed25519": "jsr:@noble/ed25519@^2.1.0", "@std/assert": "jsr:@std/assert@^0.225.2", "@std/async": "jsr:@std/async@^0.224.0", "@std/bytes": "jsr:@std/bytes@^0.224.0", "@std/crypto": "jsr:@std/crypto@^0.224.0", "@std/encoding": "jsr:@std/encoding@^0.224.1", "@std/fs": "jsr:@std/fs@^0.229.1", "@std/path": "jsr:@std/path@^0.225.1", "hash-wasm": "npm:hash-wasm@^4.11.0" }, "lock": true}