{ "name": "@sern/cli", "version": "0.2.2", "description": "A CLI for @sern/handler", "exports": "./src/index.js", "bin": { "sern": "./src/index.js" }, "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "release": "standard-version", "preview": "standard-version --dry-run", "push": "git push --follow-tags", "format": "prettier --check .", "fix": "prettier --write ." }, "repository": { "type": "git", "url": "git+https://github.com/sern-handler/cli.git" }, "keywords": [ "cli", "discord", "discord.js", "sern", "sern-handler" ], "author": "EvolutionX", "license": "MIT", "bugs": { "url": "https://github.com/sern-handler/cli/issues" }, "homepage": "https://sern-handler.js.org", "dependencies": { "axios": "^0.27.2", "colorette": "^2.0.16", "commander": "^9.3.0", "execa": "^6.1.0", "find-up": "6.3.0", "ora": "^6.1.0", "prompts": "2.4.2" }, "devDependencies": { "@favware/npm-deprecate": "1.0.4", "@types/prompts": "2.0.14", "cz-conventional-changelog": "3.3.0", "eslint": "8.19.0", "prettier": "2.7.1", "standard-version": "9.5.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" } }