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

30 lines
648 B
JSON

{
"name": "create-mcfly",
"version": "0.0.4",
"bin": {
"create-mcfly": "./index.js"
},
"description": "Create a new McFly app",
"main": "index.js",
"exports": {
".": "./index.js"
},
"files": [
"index.js"
],
"devDependencies": {},
"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"
}