@lakutata/cli
Version:
Lakutata CLI tool
53 lines (52 loc) • 1.3 kB
JSON
{
"name": "@lakutata/cli",
"version": "2.12.1",
"description": "Lakutata CLI tool",
"keywords": [
"lakutata",
"cli",
"tool"
],
"author": "myq1991 <myq1991@gmail.com>",
"homepage": "https://github.com/lakutata/lakutata-packages",
"license": "MIT",
"bin": {
"lakutata": "./dist/CLIApp.js"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lakutata/lakutata-packages.git"
},
"scripts": {
"clean": "shx rm -rf ./dist",
"build": "tsc",
"rebuild": "npm run clean && npm run build",
"test:info": "tsx src/CLIApp.ts info",
"test:templates": "tsx src/CLIApp.ts templates",
"test:create": "tsx src/CLIApp.ts create --help"
},
"bugs": {
"url": "https://github.com/lakutata/lakutata-packages/issues"
},
"dependencies": {
"ansis": "^3.1.0",
"cli-spinners": "^2.9.2",
"cli-table3": "^0.6.4",
"commander": "^12.0.0",
"degit": "^2.8.4",
"execa": "^8.0.1",
"lakutata": "^2.0.13",
"latest-version": "^9.0.0",
"log-update": "^6.1.0",
"node-fetch-native": "^1.6.4",
"pkg-dir": "^8.0.0",
"semver": "^7.6.0"
},
"devDependencies": {
"@types/degit": "^2.8.6"
},
"gitHead": "7fe4789e1ca4923ef5ad7bb747f94347786bf879"
}