UNPKG

@hypermod/cli

Version:

To download and run codemods, we provide a CLI tool called @hypermod/cli.

42 lines (41 loc) 1.1 kB
{ "name": "@hypermod/cli", "version": "0.25.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", "repository": "https://github.com/hypermod-io/hypermod-community/tree/main/packages/cli", "bin": { "hypermod": "./bin/hypermod-cli.js", "hypermod-cli": "./bin/hypermod-cli.js", "codeshift": "./bin/hypermod-cli.js", "codeshift-cli": "./bin/hypermod-cli.js" }, "scripts": { "start": "./bin/hypermod-cli.js", "start:dev": "ts-node src/index.ts" }, "dependencies": { "@antfu/install-pkg": "^0.1.1", "@hypermod/core": "^0.5.0", "@hypermod/fetcher": "^0.10.0", "@hypermod/initializer": "^0.7.0", "@hypermod/types": "*", "@hypermod/validator": "^0.7.0", "chalk": "^4.1.0", "commander": "^8.2.0", "find-up": "5.0.0", "fs-extra": "^9.1.0", "inquirer": "^8.2.4", "jscodeshift": "^17.1.2", "live-plugin-manager": "^0.18.1", "lodash": "^4.17.21", "ora": "^5.4.1", "semver": "^7.3.5", "ts-node": "^10.9.1" }, "engines": { "node": ">=20.17" } }