chapi-cli
Version:
CloudHubAPI CLI is a command-line tool that simplifies e-point creation, making it quick and easy for users to manage their e-points directly from the terminal.
65 lines • 1.67 kB
JSON
{
"name": "chapi-cli",
"version": "1.0.0",
"description": "CloudHubAPI CLI is a command-line tool that simplifies e-point creation, making it quick and easy for users to manage their e-points directly from the terminal.",
"publisher": "CloudHubAPI",
"scope": "@cloudhubapi",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">= 12.9.0"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/CloudHubAPI/chapi-cli.git"
},
"keywords": [
"cli",
"chapi",
"CloudHubAPI",
"cloudhub",
"chapi-cli",
"command",
"terminal"
],
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && node dist",
"start:dev": "nodemon --exec ts-node src/index.ts",
"lint": "eslint 'src/**/*.ts' --fix",
"husky": "husky install"
},
"author": {
"name": "Patrick NDAYAMBAJE",
"email": "patrickndayambaje4@gmail.com",
"url": "https://github.com/patriicke"
},
"license": "ISC",
"dependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-angular": "^17.6.3",
"@typescript-eslint/parser": "^5.59.5",
"chalk": "^5.2.0",
"commander": "^10.0.1",
"node-emoji": "^1.11.0",
"shelljs": "^0.8.5",
"typescript": "^5.0.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.5",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"husky": "8.0.3",
"lint-staged": "^13.2.2",
"nodemon": "^2.0.22",
"prettier": "^2.8.8",
"ts-node": "^10.9.1"
}
}