UNPKG

dwnpm

Version:

Decentralized Registry Package Manager (DRPM) helps developers publish, install, find and manage Decentralized Packages (DPKs) published to Decentralized Web Nodes (DWNs). DRPM does this by looking up a Decentralized Identifier (DID) to find its DID docum

46 lines (37 loc) 1.41 kB
import './exts.js'; export * from './cli/commands/connect.js'; export * from './cli/commands/context.js'; export * from './cli/commands/dwn.js'; export * from './cli/commands/package.js'; export * from './cli/commands/profile.js'; export * from './cli/commands/registry.js'; export * from './cli/commands/setup.js'; export * from './lib/utils/dht.js'; export * from './lib/profile.js'; export * from './lib/utils/utils.js'; export * from './lib/utils/web.js'; export * from './lib/dwn.js'; export * from './lib/dweb5.js'; export * from './lib/setup.js'; export * from './lib/runtime/hooks.js'; export * from './lib/runtime/register.js'; export * from './registry/handlers.js'; export * from './registry/registry.js'; export * from './registry/server.js'; export * from './registry/utils.js'; export * from './utils/did/did-btc.js'; export * from './utils/did/did-web-facade.js'; export * from './utils/did/resolver.js'; export * from './utils/dpk/integrity.js'; export * from './utils/dpk/manager.js'; export * from './utils/dwn/drl-builder.js'; export * from './utils/dwn/drl-utils.js'; export * from './utils/dwn/protocol.js'; export * from './utils/errors.js'; export * from './utils/formatter.js'; export * from './utils/logger.js'; export * from './utils/misc.js'; export * from './utils/response.js'; export * from './utils/types.js'; export * from './config.js'; export * from './exts.js';