{
  "name": "ethos-cli",
  "version": "0.7.22",
  "description": "Commander-based CLI for Ethos table operations",
  "homepage": "https://github.com/cluster-software/ethos#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cluster-software/ethos.git",
    "directory": "ethos-cli"
  },
  "bugs": {
    "url": "https://github.com/cluster-software/ethos/issues"
  },
  "type": "module",
  "bin": {
    "ethos": "dist/bin/ethos.js"
  },
  "files": [
    "dist",
    "skills",
    "postinstall.cjs",
    "README.md"
  ],
  "scripts": {
    "build": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\" && tsc",
    "dev": "tsx src/bin/ethos.ts",
    "postinstall": "node ./postinstall.cjs",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "npm run build",
    "changeset": "changeset",
    "version": "changeset version",
    "release": "changeset publish"
  },
  "dependencies": {
    "commander": "^12.1.0"
  },
  "devDependencies": {
    "@changesets/cli": "^2.31.0",
    "@types/node": "^22.10.0",
    "tsx": "^4.19.2",
    "typescript": "^5.7.0",
    "vitest": "^4.1.6"
  },
  "engines": {
    "node": ">=20"
  }
}
