mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
{
|
|
"name": "@sern/cli",
|
|
"version": "0.4.1",
|
|
"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"
|
|
}
|
|
}
|