UNPKG

@ciklumrnd/ciklum-cli

Version:

Ciklum CLI tool for internal engineering teams

83 lines (82 loc) 2.01 kB
{ "name": "@ciklumrnd/ciklum-cli", "version": "1.0.35", "description": "Ciklum CLI tool for internal engineering teams", "main": "./lib/index.js", "bin": { "ciklum": "./bin/run.js" }, "publishConfig": { "access": "public" }, "scripts": { "build": "node scripts/bump-version.js && tsc", "build:no-bump": "tsc", "clean": "rm -rf lib", "prepack": "npm run clean && npm run build", "test": "mocha \"test/**/*.test.ts\"", "dev": "./bin/dev.js", "relink": "node scripts/rebuild-and-link.js", "link": "npm run build && npm link", "unlink": "npm unlink -g ciklum-cli || true", "test:local": "npm run build && ./bin/run.js" }, "repository": { "type": "git", "url": "git+https://github.com/Ciklum-com/ciklum-cli.git" }, "keywords": [ "ciklum", "cli", "accelerate", "template" ], "author": "Ciklum", "license": "ISC", "type": "commonjs", "bugs": { "url": "https://github.com/Ciklum-com/ciklum-cli/issues" }, "homepage": "https://github.com/Ciklum-com/ciklum-cli#readme", "oclif": { "bin": "ciklum", "dirname": "ciklum", "commands": "./lib/commands", "plugins": [ "@oclif/plugin-help" ], "topicSeparator": " " }, "files": [ "/bin", "/lib", "/templates", "/npm-shrinkwrap.json", "/oclif.manifest.json" ], "dependencies": { "@oclif/core": "^4.5.1", "@oclif/plugin-help": "^6.2.31", "@types/node": "^24.0.14", "fs-extra": "^11.3.0", "glob": "^11.0.0", "inquirer": "^12.7.0", "typescript": "^5.8.3" }, "devDependencies": { "@oclif/prettier-config": "^0.2.1", "@oclif/test": "^4.1.13", "@types/chai": "^5.2.2", "@types/fs-extra": "^11.0.4", "@types/inquirer": "^9.0.8", "@types/mocha": "^10.0.10", "chai": "^5.2.1", "mocha": "^11.7.1", "prettier": "^3.6.2", "ts-node": "^10.9.2" }, "buildInfo": { "version": "1.0.35", "buildTimestamp": "2025-07-21 11:58:28" } }