{
  "name": "@elephant-xyz/cli",
  "version": "1.58.1",
  "description": "CLI tool for Elephant Network",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "elephant-cli": "./bin/elephant-cli"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./lib": {
      "import": "./dist/lib/index.js",
      "types": "./dist/lib/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc && npm run copy:prompts",
    "copy:prompts": "mkdir -p dist/commands/generate-transform/prompts && cp -R src/commands/generate-transform/prompts/*.md dist/commands/generate-transform/prompts/",
    "start": "node dist/index.js",
    "dev": "tsc -w",
    "test": "mkdir -p ./tmp && TMPDIR=./tmp vitest run --dangerouslyIgnoreUnhandledErrors",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "lint": "eslint . --ext .ts",
    "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"",
    "format:check": "prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"",
    "clean": "rimraf dist",
    "prepare": "npm run build",
    "semantic-release": "semantic-release"
  },
  "keywords": [
    "cli",
    "blockchain",
    "polygon",
    "ipfs"
  ],
  "author": "Elephant XYZ",
  "license": "MIT",
  "dependencies": {
    "@elephant-xyz/fact-sheet": "^1.2.4",
    "@ipld/dag-cbor": "^9.2.4",
    "@ipld/dag-json": "^10.2.5",
    "@ipld/dag-pb": "^4.1.5",
    "@langchain/core": "^0.3.72",
    "@langchain/langgraph": "^0.2.74",
    "@langchain/openai": "^0.6.13",
    "@sparticuz/chromium": "^138.0.2",
    "@types/dot": "^1.1.7",
    "acorn": "^8.15.0",
    "adm-zip": "^0.5.16",
    "ajv": "^8.17.1",
    "ajv-formats": "^3.0.1",
    "async-mutex": "^0.5.0",
    "blockstore-core": "^5.0.4",
    "canonicalize": "^2.1.0",
    "chalk": "^5.3.0",
    "cheerio": "^1.1.2",
    "cli-progress": "^3.12.0",
    "commander": "^12.0.0",
    "csv-parse": "^5.6.0",
    "dot": "^1.1.3",
    "dotenv": "^16.5.0",
    "ethers": "^6.14.3",
    "form-data": "^4.0.0",
    "ipfs-unixfs": "^11.2.1",
    "ipfs-unixfs-importer": "^15.4.0",
    "langchain": "^0.3.31",
    "multiformats": "^13.3.6",
    "openai": "^5.12.2",
    "ora": "^8.2.0",
    "p-limit": "^6.2.0",
    "prettier": "^3.2.5",
    "puppeteer": "^24.17.0",
    "puppeteer-core": "^24.17.0",
    "winston": "^3.17.0",
    "zod": "^3.25.76",
    "zod-to-json-schema": "3.22.3"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.3.0",
    "@commitlint/config-conventional": "^19.2.2",
    "@nomicfoundation/hardhat-ethers": "^3.0.8",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^12.0.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^10.0.3",
    "@semantic-release/npm": "^12.0.1",
    "@semantic-release/release-notes-generator": "^13.0.0",
    "@types/adm-zip": "^0.5.7",
    "@types/cli-progress": "^3.11.5",
    "@types/node": "^20.11.20",
    "@typescript-eslint/eslint-plugin": "^7.1.0",
    "@typescript-eslint/parser": "^7.1.0",
    "@vitest/coverage-v8": "^1.6.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "rimraf": "^5.0.5",
    "semantic-release": "^23.0.8",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3",
    "vitest": "^1.6.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/elephant-xyz/elephant-cli.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "bin/",
    "dist/",
    "README.md"
  ]
}
