{ "name": "bunny-cli", "version": "1.0.1", "description": "", "main": "index.js", "bin": { "bunny-cli": "./bin/index.js" }, "scripts": { "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src", "lint:prettier": "prettier --write --loglevel warn \"bin/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"", "lint:lint-staged": "lint-staged", "prepare": "husky install", "release": "standard-version", "commit": "git status && git add -A && git-cz", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "chalk": "^4.0.0", "commander": "^11.1.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.1", "figlet": "^1.7.0", "fs-extra": "^11.2.0", "git-clone": "^0.2.0", "inquirer": "^8.0.0", "ora": "^5.0.1", "prettier": "^3.1.1" }, "devDependencies": { "@commitlint/cli": "^18.4.3", "@commitlint/config-conventional": "^18.4.3", "commitizen": "^4.3.0", "cz-git": "^1.8.0", "eslint": "^8.56.0", "husky": "^8.0.3", "lint-staged": "^15.2.0" }, "config": { "commitizen": { "path": "node_modules/cz-git" } } }