{
  "name": "@remits/remits-cli",
  "version": "0.1.137",
  "description": "Local CLI for auth, component sync, and live test execution against Remits",
  "license": "MIT",
  "private": false,
  "bin": {
    "remits-cli": "./index.js"
  },
  "main": "index.js",
  "type": "commonjs",
  "files": [
    "index.js",
    "README.md",
    "scripts/prepare-index-toc.js",
    "skills/remits-cli/SKILL.md",
    "skills/remits-cli/references"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "remits",
    "cli",
    "grails",
    "testing",
    "automation"
  ],
  "scripts": {
    "prepare:index-toc": "node scripts/prepare-index-toc.js",
    "prepack": "node scripts/prepare-index-toc.js",
    "start": "node index.js",
    "test": "node scripts/prepare-index-toc.js --check && node --test test/*.test.js"
  },
  "dependencies": {
    "@stomp/stompjs": "^7.2.0",
    "axios": "^1.8.4",
    "open": "^10.1.0",
    "ws": "^8.18.1",
    "yaml": "^2.8.1"
  }
}
