mcfly/packages/cli/package.json
2023-11-09 11:33:02 +01:00

29 lines
645 B
JSON

{
"name": "@mcflyjs/cli",
"version": "0.0.23",
"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",
"pathe": "^1.1.1"
}
}