{ "name": "@mcflyjs/cli", "version": "0.0.4", "description": "McFly CLI tools", "main": "index.js", "bin": { "mcfly": "./index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ayoayco/McFly.git" }, "author": "Ayo Ayco", "license": "MIT", "bugs": { "url": "https://github.com/ayoayco/McFly/issues" }, "homepage": "https://github.com/ayoayco/McFly#readme", "dependencies": { "citty": "^0.1.4", "consola": "^3.2.3" } }