{ "name": "@mcflyjs/cli", "version": "0.0.26", "description": "McFly CLI tools", "type": "module", "main": "index.js", "bin": { "mcfly": "./index.js" }, "scripts": { "test": "vitest", "test:ui": "vitest --ui", "test:coverage": "vitest run --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/ayoayco/McFly.git", "directory": "packages/cli" }, "author": "Ayo Ayco", "license": "MIT", "bugs": { "url": "https://github.com/ayoayco/McFly/issues" }, "homepage": "https://github.com/ayoayco/McFly#readme", "dependencies": { "citty": "^0.1.6", "consola": "^3.2.3" }, "devDependencies": { "@mcflyjs/core": "^0.5.3", "@vitest/coverage-istanbul": "2.1.8", "@vitest/coverage-v8": "2.1.8", "@vitest/ui": "2.1.8", "nitropack": "~2.10.4", "vitest": "^2.1.8" } }