forked from wormhole-foundation/example-swap-layer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 782 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 782 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
{
"name": "@wormhole-foundation/swap-layer",
"version": "0.0.1",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"clean": "npm run clean --workspaces --if-present",
"build": "npm run build --workspaces --if-present",
"generate": "npm run generate --workspaces --if-present",
"test": "npm run test --workspaces --if-present"
},
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.4.1",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.1",
"typescript": "5.4.5"
},
"keywords": [
"wormhole"
],
"workspaces": [
"e2e",
"evm/ts-sdk",
"solana"
]
}