mcfly/packages/cli/package.json

26 lines
568 B
JSON

{
"name": "@mcflyjs/cli",
"version": "0.0.2",
"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"
}
}