-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
35 lines (35 loc) · 1 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
{
"name": "@layerzerolabs/gasolina-gcp",
"private": true,
"version": "0.0.1",
"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": {
"args": "^5.0.3",
"aws-cdk-lib": "^2.62.1",
"command-line-args": "^5.2.1",
"constructs": "^10.0.0",
"axios": "^1.3.1",
"ts-node": "^10.9.1",
"ts-command-line-args": "^2.4.2"
},
"devDependencies": {
"@types/node": "10.17.27",
"ts-node": "^9.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@vue/compiler-sfc": "^3.x",
"prettier": "2.8.3",
"prettier-plugin-packagejson": "^2.4.2",
"rimraf": "^3.0.2",
"typescript": "^4.9.4"
}
}