reeco
Version:
Reeco is a CLI that helps you create game with p5.js (or any other graphics/game library) and bring it to your desktop.
26 lines (25 loc) • 461 B
JSON
{
"name": "reeco",
"version": "1.0.6",
"main": "index.js",
"license": "MIT",
"bin": {
"reeco build": "./src/bin/build.js",
"reeco run": "./src/bin/run.js"
},
"dependencies": {
"fs-extra": "^10.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/repyh/reeco.git"
},
"keywords": [
"electron",
"p5",
"p5js",
"javascript-game",
"game",
"game-engine"
]
}