{
  "name": "@zetachain/faucet-cli",
  "version": "4.1.1",
  "description": "A CLI for the Zetachain Faucet",
  "keywords": [
    "faucet",
    "zetachain",
    "blockchain",
    "crypto",
    "testnet"
  ],
  "typings": "./src/faucet-cli.d.ts",
  "author": "zetachain",
  "main": "dist/cli.js",
  "bin": {
    "zetafaucet": "dist/cli.js"
  },
  "scripts": {
    "prepare": "npm run build",
    "start": "node dist/cli.js",
    "build:start": "yarn build && node dist/cli.js",
    "dev": "concurrently \"npx tsc --watch\" \"tsc-alias -w\" \"nodemon -q dist/cli.js\"",
    "build": "npx tsc --build --force",
    "lint:fix": "npx eslint --ext .js,.ts --fix ./src",
    "lint": "npx eslint --ext .js,.ts ./src",
    "typecheck": "tsc --project ./tsconfig.json --noEmit",
    "install-global": "npm install -g .",
    "publish": "npm publish --access public"
  },
  "dependencies": {
    "axios": "1.7.4",
    "commander": "10.0.1",
    "dayjs": "1.11.10",
    "ethers": "5.7.2",
    "figlet": "1.7.0",
    "launchdarkly-node-client-sdk": "3.0.2",
    "typescript": "5.5.4",
    "zod": "3.22.4"
  },
  "devDependencies": {
    "@types/figlet": "1.5.8",
    "@types/node": "17.0.45",
    "concurrently": "8.2.2",
    "tsc-alias": "1.8.8"
  }
}
