{
  "name": "@cere/rob-cli",
  "version": "0.1.6",
  "description": "CLI tool for deploying and managing rafts and data sources",
  "main": "dist/index.js",
  "bin": {
    "rob": "dist/index.js"
  },
  "scripts": {
    "build": "tsc && mkdir -p dist && chmod +x dist/index.js",
    "start": "node dist/index.js",
    "dev": "ts-node src/index.ts",
    "test": "jest",
    "lint": "eslint --ext .ts src/ --fix",
    "format": "prettier --write \"src/**/*.ts\"",
    "prepare": "npm run build"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "cli",
    "cere",
    "rob",
    "raft",
    "data-source"
  ],
  "author": "Cere Network",
  "license": "Apache-2.0",
  "dependencies": {
    "axios": "^1.6.0",
    "chalk": "^4.1.2",
    "dotenv": "^16.3.1",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.21",
    "ora": "^5.4.1",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@types/jest": "^29.5.5",
    "@types/js-yaml": "^4.0.5",
    "@types/lodash": "^4.17.16",
    "@types/node": "^20.6.3",
    "@types/yargs": "^17.0.24",
    "@typescript-eslint/eslint-plugin": "^6.7.3",
    "@typescript-eslint/parser": "^6.7.3",
    "eslint": "^8.50.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.0",
    "jest": "^29.7.0",
    "prettier": "^3.0.3",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
