38 lines
867 B
JSON
38 lines
867 B
JSON
{
|
|
"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",
|
|
"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": {
|
|
"@mcflyjs/core": "latest",
|
|
"citty": "^0.1.4",
|
|
"consola": "^3.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vitest/coverage-istanbul": "2.1.8",
|
|
"@vitest/coverage-v8": "2.1.8",
|
|
"@vitest/ui": "2.1.8",
|
|
"nitropack": "2.8",
|
|
"vitest": "^2.1.8"
|
|
}
|
|
}
|