This package has been archived, and as such it is read-only.
@blitz-bots/config@0.1.4Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
BLITZ-BOTS/ConfigThe Config utility reads and retrieves values from a config.json file in the current directory. It loads the JSON file, parses it, and returns the value for a given key.
Add Package
deno add jsr:@blitz-bots/config
Import symbol
import { Config } from "@blitz-bots/config";
Import directly with a jsr specifier
import { Config } from "jsr:@blitz-bots/config";
Add Package
pnpm i jsr:@blitz-bots/config
pnpm dlx jsr add @blitz-bots/config
Import symbol
import { Config } from "@blitz-bots/config";
Add Package
yarn add jsr:@blitz-bots/config
yarn dlx jsr add @blitz-bots/config
Import symbol
import { Config } from "@blitz-bots/config";
Add Package
vlt install jsr:@blitz-bots/config
Import symbol
import { Config } from "@blitz-bots/config";
Add Package
npx jsr add @blitz-bots/config
Import symbol
import { Config } from "@blitz-bots/config";
Add Package
bunx jsr add @blitz-bots/config
Import symbol
import { Config } from "@blitz-bots/config";