{ "name": "@sern/cli", "version": "0.1.2", "description": "Our CLI allows you to setup and manage Discord bot projects without writing a single line of code!", "scripts": { "postinstall": "go-npm install", "preuninstall": "go-npm uninstall" }, "repository": { "type": "git", "url": "git+https://github.com/sern-handler/cli.git" }, "dependencies": { "@gzuidhof/go-npm": "^0.1.13" }, "keywords": [ "sern", "cli", "discord", "bot", "discord.js" ], "contributors": [ "Allyedge", "EvolutionX-10" ], "license": "MIT", "bugs": { "url": "https://github.com/sern-handler/cli/issues" }, "homepage": "https://github.com/sern-handler/cli#readme", "goBinary": { "name": "sern", "path": "./bin", "url": "https://github.com/sern-handler/cli/releases/download/v{{version}}/cli_{{version}}_{{platform}}_{{arch}}.tar.gz" } }