{
  "name": "@ethersphere/swarm-cli",
  "version": "3.1.0",
  "description": "CLI tool for Bee",
  "keywords": [
    "Bee",
    "Swarm",
    "CLI",
    "swarm-cli",
    "Decentralised Storage"
  ],
  "bin": {
    "swarm-cli": "./dist/src/index.js"
  },
  "homepage": "https://github.com/ethersphere/swarm-cli",
  "bugs": {
    "url": "https://github.com/ethersphere/swarm-cli/issues/"
  },
  "license": "BSD-3-Clause",
  "main": "dist/src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/ethersphere/swarm-cli.git"
  },
  "scripts": {
    "prepare": "npm run build",
    "build": "rimraf dist && tsc",
    "test": "jest --config=jest.config.ts",
    "test.e2e": "jest --config=jest-e2e.config.ts",
    "test:coverage": "jest --config=jest.config.ts --coverage",
    "check": "tsc --project tsconfig.test.json",
    "start": "ts-node src/index.ts",
    "lint": "eslint --fix \"src/**/*.ts\" \"test/**/*.ts\" && prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
    "lint:check": "eslint \"src/**/*.ts\" \"test/**/*.ts\" && prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
    "bee": "npx @fairdatasociety/fdp-play@3.3.0 start --detach --fresh --bee-version 2.6.0"
  },
  "engines": {
    "node": ">=14.0.0",
    "npm": ">=6.0.0",
    "bee": "1.9.0-13a47043"
  },
  "devDependencies": {
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "@types/cli-progress": "^3.8.0",
    "@types/inquirer": "^8.2.5",
    "@types/jest": "^29.2.3",
    "@types/node": "^24.9.2",
    "@types/node-fetch": "^2.6.12",
    "@typescript-eslint/eslint-plugin": "^5.43.0",
    "@typescript-eslint/parser": "^5.43.0",
    "eslint": "^8.27.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-jest": "^27.1.5",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-unused-imports": "^2.0.0",
    "husky": "^4.3.6",
    "jest": "^29.3.1",
    "prettier": "^2.7.1",
    "rimraf": "^3.0.2",
    "ts-jest": "^29.0.3",
    "ts-node": "^10.9.1",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "@ethereumjs/wallet": "^2.0.4",
    "@ethersphere/bee-js": "^12.0.0",
    "cafe-utility": "^33.3.1",
    "chalk": "^2.4.2",
    "cli-progress": "^3.11.2",
    "cli-table3": "^0.6.5",
    "ethers": "^6.16.0",
    "furious-commander": "^1.7.1",
    "inquirer": "^8.2.5",
    "node-fetch": "^2.7.0",
    "ora": "^5.3.0",
    "ws": "^8.11.0"
  }
}
