UNPKG

create-kaplay-game

Version:

CLI to scaffold an Electron+Vite+Kaplay game project.

38 lines (37 loc) 761 B
{ "name": "create-kaplay-game", "version": "1.0.12", "description": "CLI to scaffold an Electron+Vite+Kaplay game project.", "main": "index.js", "bin": { "create-kaplay-game": "index.js" }, "scripts": {}, "keywords": [ "electron", "vite", "kaplay", "game", "cli", "scaffold" ], "author": "juu", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/juu/create-kaplay-game.git" }, "homepage": "https://github.com/juu/create-kaplay-game#readme", "bugs": { "url": "https://github.com/juu/create-kaplay-game/issues" }, "files": [ "index.js", "templates/" ], "dependencies": { "inquirer": "^8.2.4", "fs-extra": "^11.1.1", "chalk": "^4.1.2" } }