mcfly/packages/create-mcfly/package.json
2023-10-21 08:27:07 +02:00

21 lines
509 B
JSON

{
"name": "create-mcfly",
"version": "0.0.3",
"bin": "./index.js",
"description": "Create a new McFly app",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ayoayco/McFly.git"
},
"author": "Ayo Ayco",
"license": "MIT",
"bugs": {
"url": "https://github.com/ayoayco/McFly/issues"
},
"homepage": "https://github.com/ayoayco/McFly#readme"
}