UNPKG

@lakutata/cli

Version:
55 lines (54 loc) 1.36 kB
{ "name": "@lakutata/cli", "version": "2.17.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": "bun src/CLIApp.ts", "test:info": "bun src/CLIApp.ts info", "test:templates": "bun src/CLIApp.ts templates", "test:create": "bun src/CLIApp.ts create" }, "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", "inquirer": "^12.7.0", "lakutata": "^2.0.121", "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": "a6041bb579a295aed99b7f94301af373858b9624" }