UNPKG

create-excalibur

Version:
36 lines (35 loc) 736 B
{ "name": "create-excalibur", "version": "1.2.4", "description": "ExcaliburJS starter project", "type": "module", "main": "index.js", "bin": { "create-excalibur": "index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "node index.js" }, "repository": { "type": "git", "url": "git://github.com/excaliburjs/create-excalibur.git" }, "keywords": [ "excalibur", "game", "engine", "typescript", "javascript", "simple" ], "author": "Manu Hernandez", "license": "BSD-2-Clause", "dependencies": { "@babel/core": "7.26.0", "@inquirer/prompts": "7.1.0", "chalk": "5.3.0", "ora": "8.1.1", "simple-git": "3.27.0" } }