@theatrejs/theatrejs
Version:
🎮 A JavaScript 2D Game Engine focused on creating pixel art games.
52 lines (45 loc) • 1.3 kB
JSON
{
"author": "Alexandre Blondeau",
"description": "🎮 A JavaScript 2D Game Engine focused on creating pixel art games.",
"devDependencies": {
"docdash": "2.0.2",
"jsdoc": "4.0.3"
},
"engines": {
"node": "16.13.0",
"npm": "8.1.0"
},
"files": [
"sources/"
],
"homepage": "https://github.com/theatrejs/theatrejs",
"keywords": [
"2d",
"canvas",
"engine",
"game",
"game-engine",
"html",
"html5",
"javascript",
"pixel-art",
"theatrejs",
"webgl",
"webgl2"
],
"license": "MIT",
"main": "./sources/index.js",
"name": "@theatrejs/theatrejs",
"repository": {
"type": "git",
"url": "git+https://github.com/theatrejs/theatrejs.git"
},
"scripts": {
"github-pages": "npm run github-pages:clean && npm run github-pages:generate ",
"github-pages:clean": "rm -rf ./docs/",
"github-pages:generate": "jsdoc ./tools/jsdoc/HOME.md ./sources/ --recurse --destination ./docs/ --template ./node_modules/docdash --configure ./tools/jsdoc/jsdoc.config.json",
"postversion": "node ./tools/custom/postversion.cjs"
},
"type": "module",
"version": "1.16.1"
}