-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 942 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 942 Bytes
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
{
"name": "pt-bridger",
"packageManager": "yarn@4.9.2",
"devDependencies": {
"@biomejs/biome": "2.4.4",
"@types/node": "^25.3.0",
"typescript": "^5.9.3"
},
"dependencies": {
"@inquirer/confirm": "^6.0.8",
"@inquirer/select": "^5.1.2",
"dotenv": "^17.3.1",
"picocolors": "^1.1.1",
"tsx": "^4.21.0",
"viem": "^2.46.2"
},
"scripts": {
"bridge-pt": "tsx ./src/bin/bridgePt.ts",
"pendle-swap-pt-to-token": "tsx ./src/bin/pendleSwapPtToToken.ts",
"bridge-token-via-bungee": "tsx ./src/bin/bridgeTokenViaBungee.ts",
"bridge-pt-swap-bridge-back": "tsx ./src/bin/bridgePtSwapBridgeBack.ts",
"clean-cache": "rm -rf cache/",
"cross-chain-swap": "tsx ./src/bin/crossChainSwap.ts",
"list-intents": "tsx ./src/bin/listIntents.ts",
"continue-intent": "tsx ./src/bin/continueIntent.ts"
}
}