UNPKG

@mai3/phaser-sdk

Version:

A UI component library based on the Phaser game engine

54 lines (53 loc) 1.25 kB
{ "name": "@mai3/phaser-sdk", "version": "1.2.7", "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", "@reown/appkit": "^1.6.9", "@reown/appkit-adapter-solana": "^1.6.8", "@reown/appkit-adapter-wagmi": "^1.6.9", "@solana/wallet-adapter-wallets": "^0.19.32", "@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", "viem": "^2.23.5", "wagmi": "^2.14.12" } }