UNPKG

@geckos.io/phaser-on-nodejs

Version:

Allows you to run Phaser 3 games (including Phaser's physics engines) on Node.js.

64 lines (63 loc) 1.81 kB
{ "name": "@geckos.io/phaser-on-nodejs", "version": "1.3.1", "description": "Allows you to run Phaser 3 games (including Phaser's physics engines) on Node.js.", "main": "lib/index.js", "scripts": { "start": "npm run dev", "build": "npm run tsc:build", "dev": "npm-run-all --parallel tsc:watch dev:nodemon", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", "tsc:build": "tsc", "tsc:watch": "tsc --watch", "dev:nodemon": "nodemon --watch dev --watch lib --watch src dev/dev.js", "format": "prettier --check src/** dev/** test/**", "format:write": "prettier --write src/** dev/** test/**", "prepublishOnly": "npm run build" }, "author": "Yannick Deubel (https://github.com/yandeu)", "license": "MIT", "keywords": [ "phaser", "node", "nodejs", "multiplayer", "game", "physics", "arcade", "matter" ], "dependencies": { "canvas": "^3.1.1", "jsdom": "^26.1.0", "phaser3spectorjs": "npm:empty-npm-package@1.0.0" }, "devDependencies": { "@tsconfig/node18": "^18.2.4", "@types/jsdom": "^21.1.7", "@types/node": "^16.4.0", "@yandeu/prettier-config": "^0.0.3", "axios": "^0.24.0", "jest": "^30.0.2", "node-fetch2": "npm:node-fetch@^2.6.6", "node-fetch3": "npm:node-fetch@^3.1.0", "nodemon": "^2.0.4", "npm-run-all": "^4.1.5", "phaser": "^3.87.0", "typescript": "^5.7.2" }, "directories": { "lib": "lib" }, "repository": { "type": "git", "url": "git+https://github.com/geckosio/phaser-on-nodejs.git" }, "bugs": { "url": "https://github.com/geckosio/phaser-on-nodejs/issues" }, "homepage": "https://github.com/geckosio/phaser-on-nodejs#readme", "funding": { "url": "https://github.com/sponsors/yandeu" } }