{
  "name": "@boostercloud/cli",
  "description": "CLI of the Booster Framework, the next level of abstraction for cloud-native applications",
  "version": "4.0.2",
  "author": "Boosterin Labs SLU",
  "homepage": "https://boosterframework.com",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "boost": "./bin/run"
  },
  "bugs": "https://github.com/boostercloud/booster/issues",
  "dependencies": {
    "@boostercloud/framework-core": "^4.0.2",
    "@boostercloud/framework-types": "^4.0.2",
    "@oclif/core": "4.2.7",
    "@oclif/plugin-help": "^6.2.25",
    "chalk": "^2.4.2",
    "execa": "^2.0.3",
    "fp-ts": "^2.11.0",
    "fs-extra": "^8.1.0",
    "inflected": "2.1.0",
    "inquirer": "^7.0.0",
    "mustache": "4.2.0",
    "ora": "^3.4.0",
    "ts-morph": "^25.0.1",
    "tslib": "^2.4.0",
    "@effect-ts/core": "^0.60.4"
  },
  "devDependencies": {
    "@boostercloud/eslint-config": "^4.0.2",
    "@boostercloud/application-tester": "^4.0.2",
    "@oclif/test": "^4.1.10",
    "@types/chai": "4.2.18",
    "@types/chai-as-promised": "7.1.4",
    "@types/faker": "5.1.5",
    "@types/fs-extra": "^9.0.13",
    "@types/inflected": "1.1.29",
    "@types/inquirer": "^6.5.0",
    "@types/mocha": "10.0.10",
    "@types/mustache": "4.2.5",
    "@types/node": "^20.17.17",
    "@types/rewire": "^2.5.28",
    "@types/sinon": "10.0.0",
    "@types/sinon-chai": "3.2.5",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.0.0",
    "chai": "4.2.0",
    "chai-as-promised": "7.1.1",
    "copyfiles": "^2.3.0",
    "eslint": "^8.23.1",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "3.4.0",
    "faker": "5.1.0",
    "fancy-test": "^3.0.1",
    "mocha": "10.2.0",
    "nyc": "^15.1.0",
    "prettier": "2.3.0",
    "rewire": "5.0.0",
    "rimraf": "^5.0.0",
    "sinon": "9.2.3",
    "sinon-chai": "3.5.0",
    "ts-node": "^10.9.1",
    "typescript": "5.7.3",
    "eslint-plugin-unicorn": "~44.0.2",
    "ts-patch": "3.3.0"
  },
  "engines": {
    "node": ">=22.0.0 <23.0.0"
  },
  "files": [
    "/bin",
    "/dist",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "keywords": [
    "oclif"
  ],
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "oclif": {
    "commands": "./dist/commands",
    "bin": "boost",
    "plugins": [
      "@oclif/plugin-help"
    ],
    "hooks": {
      "command_not_found": "./dist/hooks/command_not_found/custom-parse"
    }
  },
  "repository": "boostercloud/booster",
  "types": "lib/index.d.ts",
  "scripts": {
    "format": "prettier --write --ext '.js,.ts' **/*.ts **/*/*.ts",
    "lint:check": "eslint --ext '.js,.ts' **/*.ts",
    "lint:fix": "eslint --quiet --fix --ext '.js,.ts' **/*.ts",
    "build": "tsc -b tsconfig.json && copyfiles -f src/templates/*.stub dist/templates",
    "clean": "rimraf ./dist tsconfig.tsbuildinfo",
    "test:cli": "npm run test",
    "test": "nyc --extension .ts mocha --forbid-only  \"test/**/*.test.ts\""
  }
}