-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 932 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 932 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
28
29
30
31
32
33
34
35
36
{
"name": "piper-cross-swap",
"version": "0.0.1",
"description": "Piper.finance cross-swap app",
"main": "index.js",
"types": "module",
"scripts": {
"dev": "nodemon --exec ts-node src/index.ts",
"test": "npm start test",
"build": "rm -rf dist && tsc",
"presetup": "yarn install",
"setup": "npm start config && npm start setup.script"
},
"author": "Piper.finance",
"license": "ISC",
"dependencies": {
"@lifi/sdk": "^2.0.1",
"bignumber.js": "^9.1.1",
"body-parser": "^1.20.2",
"chalk": "^5.2.0",
"cors": "^2.8.5",
"ethers": "^6.6.1",
"express": "^4.18.2",
"rango-sdk-basic": "^0.1.30",
"symbiosis-js-sdk": "^2.9.60-evm.0",
"ts-node": "^10.9.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/body-parser": "^1.19.2",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"nodemon": "^2.0.22",
"typescript": "^5.1.3"
}
}