-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.04 KB
/
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
43
44
{
"name": "@evaafi/sdk",
"version": "0.6.2-b",
"description": "The EVAA SDK is designed to easily integrate with the EVAA lending protocol on TON blockchain.",
"main": "dist/index.js",
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsc --declaration",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evaafi/sdk.git"
},
"author": "EVAA Finance",
"license": "MIT",
"homepage": "https://github.com/evaafi/sdk#readme",
"devDependencies": {
"@orbs-network/ton-access": "^2.3.3",
"@ton/core": "0.56.0",
"@ton/crypto": "3.3.0",
"@tonconnect/sdk": "3.0.5",
"@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",
"typedoc": "0.27.4",
"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",
"dotenv": "16.4.5"
}
}