mirror of
https://github.com/sern-handler/cli
synced 2026-06-19 06:12:21 +00:00
46 lines
911 B
JSON
46 lines
911 B
JSON
{
|
|
"name": "@sern-handler/cli",
|
|
"version": "0.1.0",
|
|
"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"
|
|
},
|
|
"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://github.com/sern-handler/cli#readme",
|
|
"dependencies": {
|
|
"find-up": "6.3.0",
|
|
"inquirer": "8.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"cz-conventional-changelog": "3.3.0",
|
|
"eslint": "8.13.0",
|
|
"prettier": "2.6.2",
|
|
"standard-version": "9.3.2"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|