mcfly/packages/cli/package.json
2023-11-17 16:35:10 +01:00

28 lines
622 B
JSON

{
"name": "@mcflyjs/cli",
"version": "0.0.24",
"description": "McFly CLI tools",
"type": "module",
"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",
"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.4",
"consola": "^3.2.3"
}
}