mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
38 lines
898 B
JSON
38 lines
898 B
JSON
{
|
|
"name": "@sern/cli",
|
|
"version": "0.1.0",
|
|
"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"
|
|
},
|
|
"keywords": [
|
|
"sern",
|
|
"cli",
|
|
"discord",
|
|
"bot",
|
|
"discord.js"
|
|
],
|
|
"contributors": [
|
|
"EvolutionX-10",
|
|
"Allyedge"
|
|
],
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/sern-handler/cli/issues"
|
|
},
|
|
"homepage": "https://github.com/sern-handler/cli#readme",
|
|
"dependencies": {
|
|
"go-npm": "^0.1.9"
|
|
},
|
|
"goBinary": {
|
|
"name": "sern",
|
|
"path": "./bin",
|
|
"url": "https://github.com/sern-handler/cli/releases/download/v{{version}}/cli_{{version}}_{{platform}}_{{arch}}.tar.gz"
|
|
}
|
|
}
|