33 lines
743 B
JSON
33 lines
743 B
JSON
{
|
|
"name": "create-mcfly",
|
|
"version": "0.3.13",
|
|
"description": "Create a new McFly app",
|
|
"type": "module",
|
|
"bin": {
|
|
"create-mcfly": "./index.js"
|
|
},
|
|
"main": "index.js",
|
|
"exports": {
|
|
".": "./index.js"
|
|
},
|
|
"scripts": {
|
|
"version": "npm version",
|
|
"publish": "npm publish",
|
|
"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"
|
|
}
|
|
}
|