{ "name": "@sern-handler/cli", "version": "0.1.0", "description": "A CLI for @sern-handler", "main": "src/index.js", "bin": { "sern": "./src/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/sern-handler/cli.git" }, "keywords": [ "cli", "discord", "discord.js", "sern", "sern-handler" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/sern-handler/cli/issues" }, "homepage": "https://github.com/sern-handler/cli#readme", "dependencies": { "yargs": "^17.4.1" }, "devDependencies": { "cz-conventional-changelog": "^3.3.0", "standard-version": "^9.3.2" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }