{
  "name": "flair-cli",
  "version": "1.46.0",
  "description": "real-time indexing primitives for web3",
  "author": "@flair-sdk",
  "bin": {
    "flair": "./bin/run.js"
  },
  "type": "module",
  "homepage": "https://flair.build",
  "license": "MIT",
  "main": "dist/index.js",
  "files": [
    "/bin",
    "/dist",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "dependencies": {
    "@esbuild-plugins/node-resolve": "^0.2.2",
    "@inquirer/select": "^1.3.3",
    "@oclif/core": "^2.15.0",
    "@oclif/plugin-help": "^5.2.20",
    "@oclif/plugin-not-found": "^2.4.3",
    "@oclif/plugin-plugins": "^2.4.7",
    "@oclif/plugin-search": "^0.0.17",
    "@oclif/plugin-update": "^3.2.4",
    "@oclif/plugin-version": "^1.3.10",
    "@oclif/plugin-warn-if-update-available": "^2.1.1",
    "archiver": "^5.3.2",
    "axios": "^1.6.7",
    "axios-retry": "^3.9.1",
    "blessed": "^0.1.81",
    "boxen": "^7.1.1",
    "chalk": "^5.3.0",
    "chrono-node": "^2.7.5",
    "cli-table3": "^0.6.3",
    "csv-parse": "^5.5.5",
    "csv-parser": "^3.0.0",
    "detect-browser": "^5.3.0",
    "esbuild": "^0.18.20",
    "esm": "^3.2.25",
    "ethers": "^5.7.2",
    "form-data": "^4.0.0",
    "fs-extra": "^11.2.0",
    "glob": "^10.3.10",
    "gradient-string": "^2.0.2",
    "hash-sum": "^2.0.0",
    "ignore": "^5.3.1",
    "ink": "^4.4.1",
    "ink-spinner": "^5.0.0",
    "ink-table": "^3.1.0",
    "inquirer": "^9.2.15",
    "lodash": "^4.17.21",
    "object-hash": "^3.0.0",
    "ora": "^6.3.1",
    "p-limit": "^4.0.0",
    "prompts": "^2.4.2",
    "react": "^18.2.0",
    "uuid": "^9.0.1",
    "which": "^3.0.1",
    "wtfnode": "^0.9.2",
    "yaml": "^2.4.1",
    "yargs-parser": "^21.1.1"
  },
  "devDependencies": {
    "@oclif/test": "^2.5.6",
    "@types/archiver": "^5.3.4",
    "@types/blessed": "^0.1.25",
    "@types/boxen": "^3.0.1",
    "@types/chai": "^4.3.12",
    "@types/chalk": "^2.2.0",
    "@types/detect-browser": "^4.0.0",
    "@types/fs-extra": "^11.0.4",
    "@types/glob": "^8.1.0",
    "@types/gradient-string": "^1.1.5",
    "@types/hash-sum": "^1.0.2",
    "@types/inquirer": "^9.0.7",
    "@types/lodash": "^4.14.202",
    "@types/mocha": "^9.1.1",
    "@types/mute-stream": "^0.0.1",
    "@types/node": "^16.18.87",
    "@types/prompts": "^2.4.9",
    "@types/react": "^18.2.74",
    "@types/redis": "^4.0.11",
    "@types/uuid": "^9.0.8",
    "@types/which": "^3.0.3",
    "@types/yaml": "^1.9.7",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "chai": "^4.4.1",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.10.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jest": "^24.7.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "flair-sdk": "^1.12.10",
    "mocha": "^9.2.2",
    "nock": "^13.5.4",
    "oclif": "^3.17.2",
    "prettier": "^2.8.8",
    "shx": "^0.3.4",
    "ts-node": "^10.9.2",
    "tslib": "^2.6.2",
    "typescript": "^4.9.5"
  },
  "oclif": {
    "bin": "flair",
    "dirname": "flair",
    "commands": "./dist/commands",
    "helpClass": "./dist/lib/help.js",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-warn-if-update-available",
      "@oclif/plugin-version",
      "@oclif/plugin-not-found"
    ],
    "additionalVersionFlags": [
      "-v"
    ],
    "additionalHelpFlags": [
      "-h"
    ],
    "topicSeparator": " ",
    "topics": {
      "util": {
        "name": "util",
        "description": "useful tiny utilities",
        "hidden": false
      }
    }
  },
  "scripts": {
    "build": "shx rm -rf dist && tsc -b",
    "lint": "eslint . --ext .ts --config .eslintrc",
    "postpack": "shx rm -f oclif.manifest.json",
    "posttest": "yarn lint",
    "prepack": "yarn build && oclif manifest && oclif readme",
    "test": "mocha --forbid-only \"test/**/*.test.ts\"",
    "version": "oclif readme && git add README.md",
    "publish:patch": "npm run build && npm version patch && npm publish",
    "publish:minor": "npm run build && npm version minor && npm publish",
    "publish:major": "npm run build && npm version major && npm publish"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "keywords": [
    "flair",
    "web3",
    "ethereum",
    "indexing",
    "indexer"
  ],
  "types": "dist/index.d.ts"
}
