31 lines
682 B
JSON
31 lines
682 B
JSON
{
|
|
"name": "create-mcfly",
|
|
"version": "0.3.4",
|
|
"description": "Create a new McFly app",
|
|
"type": "module",
|
|
"bin": {
|
|
"create-mcfly": "./index.js"
|
|
},
|
|
"main": "index.js",
|
|
"exports": {
|
|
".": "./index.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ayoayco/McFly.git",
|
|
"directory": "packages/create-mcfly"
|
|
},
|
|
"author": "Ayo Ayco",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ayoayco/McFly/issues"
|
|
},
|
|
"homepage": "https://github.com/ayoayco/McFly#readme",
|
|
"dependencies": {
|
|
"consola": "^3.2.3",
|
|
"giget": "^1.1.3"
|
|
}
|
|
}
|