-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 989 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "ton-game-sdk",
"version": "0.6.0",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "rimraf dist && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist"
],
"keywords": [
"phaser",
"phaser-ui",
"mai3",
"TON",
"ton-sdk",
"Telegram",
"MiracleAI"
],
"repository": "https://github.com/miracleAI-Lab/ton-game-sdk.git",
"author": "William",
"license": "MIT",
"description": "ton-game-sdk is a UI component library and utilities for the TON blockchain bindings in the Phaser game engine.",
"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"
}
}