{
  "name": "@subsquid/cli",
  "description": "squid cli tool",
  "version": "3.3.5",
  "license": "GPL-3.0-or-later",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/subsquid/squid-cli.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "sqd": "./bin/run.js"
  },
  "files": [
    "bin",
    "lib"
  ],
  "pkg": {
    "scripts": "./lib/**/*.js",
    "assets": "./node_modules/**/*"
  },
  "oclif": {
    "commands": {
      "strategy": "pattern",
      "target": "./lib/commands"
    },
    "helpClass": "./lib/help",
    "bin": "sqd",
    "repositoryPrefix": "<%- repo %>/tree/master/<%- commandPath %>",
    "topicSeparator": " ",
    "plugins": [
      "@oclif/plugin-autocomplete",
      "@oclif/plugin-warn-if-update-available"
    ],
    "warn-if-update-available": {
      "timeoutInDays": 1,
      "message": "\n<%= chalk.yellow('=========================================================') %>\n<%= config.name %> update is available from <%= chalk.greenBright(config.version) %> to <%= chalk.greenBright(latest) %>\n\nPlease run <%= chalk.bold(`npm i -g @subsquid/cli`) %>\n<%= chalk.yellow('=========================================================') %>"
    },
    "topics": {
      "gateways": {
        "description": "Explore data sources for a squid"
      },
      "secrets": {
        "description": "Manage organization secrets"
      }
    },
    "hooks": {
      "command_not_found": "./lib/hooks/command_not_found"
    }
  },
  "homepage": "https://www.subsquid.io/",
  "scripts": {
    "build": "rm -rf lib && tsc",
    "dev": "./bin/dev.js",
    "sqd": "./bin/run.js",
    "bl": "node ./lib/blessed.js",
    "lint": "eslint --fix src/**/*",
    "test:unit": "NODE_ENV=test jest --bail --testRegex=.unit.spec.ts\\$",
    "tsc": "tsc --noEmit",
    "pkg:build": "./bin/pkg-build.sh",
    "pkg:compress": "./bin/pkg-compress.sh",
    "upg": "yarn upgrade-interactive",
    "codegen": "npx openapi-typescript http://localhost:3001/docs/swagger.json -o ./src/api/schema.d.ts --enum --empty-objects-unknown"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "rootDir": ".",
    "transform": {
      "^.+\\.(t|j)s$": "ts-jest"
    },
    "testEnvironment": "node"
  },
  "dependencies": {
    "@oclif/core": "3.27.0",
    "@oclif/plugin-autocomplete": "3.2.2",
    "@oclif/plugin-warn-if-update-available": "^3.1.13",
    "@subsquid/commands": "^2.3.1",
    "@subsquid/manifest": "^2.1.4",
    "@types/fast-levenshtein": "^0.0.4",
    "@types/lodash": "^4.17.7",
    "@types/targz": "^1.0.4",
    "async-retry": "^1.3.3",
    "axios": "^1.7.5",
    "axios-retry": "^4.5.0",
    "blessed-contrib": "^4.11.0",
    "chalk": "^4.1.2",
    "cli-diff": "^1.0.0",
    "cli-select": "^1.1.2",
    "cross-spawn": "^7.0.3",
    "date-fns": "^3.6.0",
    "dotenv": "^16.4.5",
    "fast-levenshtein": "^3.0.0",
    "figlet": "^1.7.0",
    "form-data": "^4.0.0",
    "glob": "^10.4.5",
    "ignore": "^5.3.2",
    "inquirer": "^8.2.6",
    "joi": "^17.13.3",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.21",
    "ms": "^2.1.3",
    "neo-blessed": "^0.2.0",
    "open": "^8.1.0",
    "pretty-bytes": "^5.6.0",
    "qs": "^6.13.0",
    "reblessed": "^0.2.1",
    "simple-git": "^3.25.0",
    "split2": "^4.2.0",
    "targz": "^1.0.1",
    "tree-kill": "^1.2.2"
  },
  "devDependencies": {
    "@oclif/dev-cli": "^1.26.10",
    "@oclif/help": "^1.0.15",
    "@types/async-retry": "^1.4.8",
    "@types/blessed": "^0.1.25",
    "@types/cross-spawn": "^6.0.6",
    "@types/figlet": "^1.5.8",
    "@types/inquirer": "^8.2.10",
    "@types/jest": "^29.5.12",
    "@types/js-yaml": "^4.0.9",
    "@types/ms": "^0.7.34",
    "@types/node": "^20.16.2",
    "@types/qs": "^6.9.15",
    "@types/split2": "^3.2.1",
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "@typescript-eslint/eslint-plugin-tslint": "^7.0.2",
    "@typescript-eslint/parser": "^7.18.0",
    "eslint": "8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-standard": "^4.1.0",
    "jest": "^29.7.0",
    "openapi-typescript": "^7.3.0",
    "pkg": "^5.8.1",
    "prettier": "^3.3.3",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "type-fest": "^4.26.0",
    "typescript": "~5.5.4"
  },
  "packageManager": "yarn@4.1.1"
}
