UNPKG

create-lunox-app

Version:

Create Lunox app

24 lines 425 B
{ "name": "create-lunox-app", "version": "2.0.0-beta.3.rc.1", "description": "Create Lunox app", "main": "index.js", "bin": { "create-lunox-app": "./index.js" }, "keywords": [ "lunoxjs", "create-lunox", "lunox" ], "author": "", "license": "MIT", "type": "module", "dependencies": { "degit": "^2.8.4", "inquirer": "^9.1.5" }, "scripts": { "dev": "create-lunox-app" } }