jsge
Version:
Javascript Game Engine
50 lines (49 loc) • 1.32 kB
JSON
{
"name": "jsge",
"version": "1.7.0",
"description": "Javascript Game Engine",
"main": "src/index.js",
"type": "module",
"keywords": [
"javascript",
"game",
"game engine",
"engine",
"top down",
"top-down",
"tiled",
"render",
"rendering",
"spine",
"animations",
"no libs"
],
"scripts": {
"start": "http-server -c-1 -p 9000 -o /examples",
"eslint": "eslint src/**/*.js --fix",
"eslint-check": "eslint src/**/*.js",
"build-dev": "webpack --mode=development",
"build-prod": "webpack --mode=production",
"jsdoc": "jsdoc -R ./README.md -t ./docs/templates/custom -c ./jsdoc.conf.json",
"pu-r-test": "node ./tests/run-tests.js",
"prepare-push": "npm run build-dev | npm run build-prod | npm run jsdoc"
},
"author": "Arturas-Alfredas Lapinskas",
"license": "MIT",
"files": [
"dist",
"src",
"modules",
"LICENSE",
"README.md"
],
"devDependencies": {
"eslint": "8.36.0",
"eslint-plugin-jsdoc": "46.4.5",
"http-server": "14.1.1",
"jsdoc": "4.0.4",
"puppeteer": "22.15.0",
"webpack": "5.76.0",
"webpack-cli": "5.1.4"
}
}