{
  "name": "@sorrell/cli",
  "version": "0.0.13",
  "bin": {
    "sorrell": "./Distribution/Bin/Bin.js"
  },
  "description": "General-purpose commands for NodeJS development.",
  "keywords": [
    "cli",
    "sorrell",
    "utility",
    "utilities",
    "scripts",
    "bin",
    "general-purpose",
    "npm",
    "nodejs",
    "node"
  ],
  "homepage": "https://cli.sorrell.sh",
  "bugs": {
    "url": "https://github.com/GageSorrell/SorrellWm/issues"
  },
  "repository": {
    "directory": "Package/Cli",
    "type": "git",
    "url": "git+https://github.com/GageSorrell/SorrellWm.git"
  },
  "license": "MIT",
  "author": {
    "email": "gage@sorrell.sh",
    "name": "Gage Sorrell",
    "url": "https://sorrell.sh"
  },
  "overrides": {
    "typescript": "npm:tsover@^6.0.0"
  },
  "type": "module",
  "scripts": {
    "prebuild": "ts-node ./Script/GetVersion.ts",
    "prepack": "npm run build",
    "build": "tsc -p ./tsconfig.json",
    "test": "node ./Distribution/Bin/Bin.js"
  },
  "devDependencies": {
    "@types/node": "^24.12.2",
    "@types/semver": "^7.7.1",
    "chalk": "^5.6.2",
    "esbuild": "^0.28.0",
    "package-json-type": "^1.1.2",
    "ts-node": "^10.9.2",
    "tsover": "^6.0.0",
    "typescript": "npm:tsover@^6.0.0"
  },
  "dependencies": {
    "@effect/cli": "^0.75.1",
    "@effect/platform": "^0.96.1",
    "@effect/platform-node": "^0.106.0",
    "@sorrell/cli-utilities": "^1.0.43",
    "@sorrell/utilities": "^1.2.4",
    "effect": "^3.21.1",
    "listr2": "^10.2.1",
    "node-pty": "^1.1.0",
    "open": "^11.0.0",
    "semver": "^7.7.4",
    "terminal-image": "^4.3.0",
    "tsover-runtime": "^0.0.7"
  }
}
