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