UNPKG

mai3-phaser-sdk

Version:

A UI component library based on the Phaser game engine

49 lines (48 loc) 1.07 kB
{ "name": "mai3-phaser-sdk", "version": "1.1.9", "main": "dist/index.js", "type": "module", "scripts": { "build": "rimraf dist && tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "dist" ], "keywords": [ "phaser", "phaser-sdk", "phaser-ui", "mai3", "TON", "Telegram", "MiracleAI" ], "publishConfig": { "access": "public" }, "author": "William", "license": "MIT", "description": "A UI component library based on the Phaser game engine", "repository": { "type": "git", "url": "git+https://github.com/MiracleAI-Labs/mai3-phaser-sdk.git" }, "devDependencies": { "@types/node": "^22.7.4", "rimraf": "^6.0.1", "typescript": "^5.6.2" }, "dependencies": { "@orbs-network/ton-access": "^2.3.3", "@ton-community/assets-sdk": "^0.0.5", "@ton/core": "^0.59.0", "@ton/crypto": "^3.3.0", "@ton/ton": "^15.1.0", "@tonconnect/ui": "^2.0.9", "buffer": "^6.0.3", "phaser": "^3.86.0", "phaser3-rex-plugins": "^1.80.12" } }