UNPKG

create-ziko-app

Version:

Easily create Ziko apps without any complicated build setup.

33 lines (32 loc) 767 B
{ "name": "create-ziko-app", "version": "0.0.7", "description": "Easily create Ziko apps without any complicated build setup.", "type": "module", "keywords": [ "ziko" ], "files": [ "starter", "LICENCE" ], "scripts": {}, "bin": { "create-ziko-app": "./bin/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/zakarialaoui10/create-ziko-app.git" }, "author": "zakaria elalaoui", "license": "MIT", "bugs": { "url": "https://github.com/zakarialaoui10/create-ziko-app/issues" }, "homepage": "https://github.com/zakarialaoui10/create-ziko-app#readme", "dependencies": { "inquirer": "^12.2.0", "picocolors": "^1.1.1", "ziko": "^0.0.22" } }