-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
40 lines (40 loc) · 1.2 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
{
"name": "@layerzerolabs/gasolina-gcp",
"version": "0.0.1",
"private": true,
"bin": {
"cdk": "bin/cdk.js"
},
"scripts": {
"build": "tsc",
"cdk": "cdk",
"convert-public-cert-to-pem": "ssh-keygen -f ./out -e -m pem > ./out.pem",
"create-encryption-cert": "ssh-keygen -t rsa -b 4096 -f out -q -N \"\" -m pem",
"deploy": "cdk deploy",
"watch": "tsc -w"
},
"dependencies": {
"@layerzerolabs/lz-definitions": "^3.0.47",
"@layerzerolabs/lz-solana-sdk-v2": "3.0.47",
"args": "^5.0.3",
"aws-cdk-lib": "^2.62.1",
"axios": "^1.3.1",
"bs58": "^5.0.0",
"command-line-args": "^5.2.1",
"constructs": "^10.0.0",
"ethers": "^5.7.2",
"ethers-gcp-kms-signer": "^1.1.6",
"ts-command-line-args": "^2.4.2",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/node": "^20.16.10",
"@vue/compiler-sfc": "^3.x",
"prettier": "2.8.3",
"prettier-plugin-packagejson": "^2.4.2",
"rimraf": "^3.0.2",
"ts-node": "^9.0.0",
"typescript": "^4.9.4"
}
}