forked from evaafi/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 972 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
42
{
"name": "coffin-sdk",
"version": "0.0.8",
"description": "SDK for Coffin contracts",
"main": "dist/index.js",
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsc --declaration"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tonnel-Network/coffin-sdk.git"
},
"author": "Coffen.Meme",
"license": "MIT",
"homepage": "https://github.com/Tonnel-Network/coffin-sdk#readme",
"devDependencies": {
"@ton/core": "0.56.0",
"@ton/crypto": "^3.3.0",
"@tonconnect/sdk": "^3.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.10.4",
"crypto-js": "^4.2.0",
"prettier": "^3.2.4",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
},
"peerDependencies": {
"@ton/core": ">=0.56.0",
"@tonconnect/sdk": ">=3.0.0",
"crypto-js": ">=4.2.0"
},
"dependencies": {
"@ton/ton": "^14.0.0",
"buffer": "^6.0.3",
"promise.any": "^2.0.6"
}
}