{
  "name": "@herbsjs/herbs-cli",
  "version": "2.18.2",
  "description": "herbs CLI",
  "bin": {
    "herbs": "bin/herbs"
  },
  "scripts": {
    "format": "prettier --write **/*.{js,json} && standard --fix",
    "lint": "npx eslint \"**/*.{js,jsx}\" --quiet",
    "lint:fix": "npx eslint \"**/*.{js,jsx}\" --fix",
    "test": "mocha --timeout 999999 --colors --recursive src/tests/**.js",
    "coverage": "nyc --reporter=html mocha src/**/*.test.js npm test",
    "semantic-release": "semantic-release",
    "commit": "npm run lint && cz"
  },
  "engines": {
    "node": ">= 14.x"
  },
  "files": [
    "src",
    "LICENSE",
    "readme.md",
    "docs",
    "bin"
  ],
  "license": "MIT",
  "dependencies": {
    "@herbsjs/aloe": "^2.2.1",
    "@herbsjs/herbs2repl": "^1.0.5",
    "ansi-256-colors": "^1.1.0",
    "git-user-name": "^2.0.0",
    "glob": "^8.0.3",
    "gluegun": "^5.1.2",
    "inquirer": "^8.2.4",
    "lodash": "^4.17.21",
    "openai": "^3.0.0",
    "update-notifier": "^5.1.0"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.18.0",
    "@semantic-release/changelog": "^6.0.1",
    "@semantic-release/commit-analyzer": "^9.0.2",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^8.0.4",
    "@semantic-release/npm": "^9.0.1",
    "@semantic-release/release-notes-generator": "^10.0.3",
    "chai": "^4.3.6",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.18.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.0.0",
    "mocha": "^10.0.0",
    "nyc": "^15.1.0",
    "prettier": "^2.7.1",
    "semantic-release": "^19.0.3"
  },
  "prettier": {
    "semi": false,
    "singleQuote": true
  },
  "standard": {
    "ignore": [
      "tests/*"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/herbsjs/herbs-cli"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "publishConfig": {
    "access": "public"
  }
}
