48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "bunny-cli",
|
|
"version": "1.1.2",
|
|
"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": "^17.6.7",
|
|
"@commitlint/config-conventional": "^17.6.7",
|
|
"cz-git": "^1.7.0",
|
|
"commitizen": "^4.3.0",
|
|
"eslint": "^8.56.0",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^15.2.0"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "node_modules/cz-git"
|
|
}
|
|
}
|
|
}
|