@theatrejs/theatrejs
Version:
🎮 A JavaScript 2D Game Engine focused on creating pixel art games.
56 lines (49 loc) • 1.45 kB
JSON
{
"author": "Alexandre Blondeau",
"description": "🎮 A JavaScript 2D Game Engine focused on creating pixel art games.",
"devDependencies": {
"@stylistic/eslint-plugin": "3.1.0",
"docdash": "2.0.2",
"eslint": "8.57.1",
"eslint-plugin-jsdoc": "40.2.0",
"jsdoc": "4.0.3"
},
"engines": {
"node": "18.18.2",
"npm": "9.8.1"
},
"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",
"lint": "eslint ./sources/",
"postversion": "node ./tools/custom/postversion.cjs"
},
"type": "module",
"version": "1.21.0"
}