mirror of
https://github.com/SrIzan10/sern-cli.git
synced 2026-05-01 11:05:17 +00:00
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"name": "@sern/cli",
|
|
"version": "0.1.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 ."
|
|
},
|
|
"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": {
|
|
"colorette": "^2.0.16",
|
|
"degit": "^2.8.4",
|
|
"execa": "^6.1.0",
|
|
"find-up": "6.3.0",
|
|
"ora": "^6.1.0",
|
|
"prompts": "2.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"cz-conventional-changelog": "3.3.0",
|
|
"eslint": "8.15.0",
|
|
"prettier": "2.6.2",
|
|
"standard-version": "9.3.2"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|