41 lines
929 B
JSON
41 lines
929 B
JSON
{
|
|
"name": "@mcflyjs/cli",
|
|
"version": "0.1.1",
|
|
"description": "McFly CLI tools",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"mcfly": "./index.js"
|
|
},
|
|
"scripts": {
|
|
"version": "npm version",
|
|
"publish": "npm publish",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"test: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://mcfly.js.org",
|
|
"dependencies": {
|
|
"c12": "^2.0.1",
|
|
"citty": "^0.1.6",
|
|
"consola": "^3.3.3",
|
|
"pathe": "^1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vitest/coverage-istanbul": "2.1.8",
|
|
"@vitest/coverage-v8": "2.1.8",
|
|
"@vitest/ui": "2.1.8",
|
|
"nitropack": "~2.10.4",
|
|
"vitest": "^2.1.8"
|
|
}
|
|
}
|