{
  "name": "@cloud-cli/cli",
  "version": "2.0.1",
  "description": "CLI for the Cloud CLI project",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "prettier": "@cloud-cli/prettier-config",
  "bin": {
    "cy": "./dist/run.js"
  },
  "scripts": {
    "test": "npm run tdd -- --watch=false",
    "tdd": "vitest --coverage.enabled --coverage.skipFull",
    "build": "rm -rf ./dist/* && npm run tsc && chmod +x dist/run.js",
    "tsc": "tsc"
  },
  "keywords": [
    "cloudy"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/cloud-cli/cli"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "Darlan Alves <me@darlanalv.es>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cloud-cli/cli/issues"
  },
  "homepage": "https://github.com/cloud-cli/cli#readme",
  "devDependencies": {
    "@cloud-cli/prettier-config": "^1.0.0",
    "@cloud-cli/typescript-config": "^1.0.0",
    "@types/node": "^20.11.25",
    "@types/yargs": "^17.0.32",
    "@vitest/coverage-v8": "^1.3.1",
    "typescript": "^5.4.2",
    "vitest": "^1.3.1"
  },
  "dependencies": {
    "yargs": "^17.6.2"
  }
}
