-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 1.72 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "rainbow-swap-sdk",
"version": "1.5.2",
"description": "SDK for building applications on top of Rainbow.ag - Swap Aggregator on TON 💎.",
"repository": "https://github.com/0xblackbot/rainbow-swap-sdk.git",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"ts": "tsc --pretty",
"lint": "eslint . --ext ts --report-unused-disable-directives --max-warnings 0",
"build": "tsc",
"release": "release-it patch --release-version"
},
"dependencies": {
"@rnw-community/shared": "^0.74.0",
"axios": "^1.7.9"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"release-it": "^17.6.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"rainbow-swap",
"rainbow-swap-sdk",
"DEX",
"decentralized-exchange",
"TON",
"TON blockchain",
"decentralized finance",
"DeFi",
"swap",
"token swap",
"token exchange",
"crypto",
"cryptocurrency",
"blockchain",
"smart contract",
"wallet integration",
"asset exchange",
"SDK",
"TypeScript",
"JavaScript",
"TON SDK",
"TON DEX",
"commission sharing",
"DApp integration",
"liquidity",
"trading",
"TON tokens",
"DeFi aggregator",
"decentralized application",
"web3",
"blockchain development"
]
}