gchcg-cli
Version:
71 lines (70 loc) • 1.6 kB
JSON
{
"name": "gchcg-cli",
"version": "3.0.2",
"description": "gchcg cli",
"main": "index.js",
"bin": {
"cg": "bin/index.js",
"gchcg-cli": "bin/index.js"
},
"scripts": {
"start": "node ./bin",
"build": "gulp",
"watch": "gulp watch",
"build:publish": "rm -rf lib && npm run build && npm publish"
},
"keywords": [
"cg",
"cg cli"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"author": "Baran <info@cxvh.com>",
"license": "ISC",
"dependencies": {
"axios": "1.7.9",
"big.js": "^7.0.1",
"cli-spinner": "0.2.10",
"colors": "1.4.0",
"commander": "6.2.1",
"dotenv": "16.4.7",
"ejs": "3.1.10",
"fs-extra": "11.3.0",
"glob": "7.2.3",
"inquirer": "12.3.2",
"kebab-case": "1.0.2",
"listr": "0.14.3",
"npminstall": "7.12.0",
"npmlog": "7.0.1",
"openai": "^5.12.2",
"path-exists": "4.0.0",
"pkg-dir": "3.0.0",
"root-check": "1.0.0",
"rxjs": "7.8.1",
"semver": "7.6.3",
"simple-git": "3.27.0",
"terminal-link": "2.1.1",
"url-join": "4.0.1",
"user-home": "2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/code-ba/gchcg-cli.git"
},
"bugs": {
"url": "https://github.com/code-ba/gchcg-cli/issues"
},
"homepage": "https://github.com/code-ba/gchcg-cli#readme",
"files": [
"bin",
"lib",
"package.json",
"README.md",
"index.js"
],
"devDependencies": {
"gulp": "5.0.0",
"gulp-terser": "2.1.0"
}
}