-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathaws-amplify.json
24 lines (24 loc) · 915 Bytes
/
aws-amplify.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
{
"version": "12.14.1",
"description": "A unified toolchain to create, integrate, and manage the AWS cloud services for your app.",
"homepage": "https://docs.amplify.aws/cli",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/aws-amplify/amplify-cli/releases/download/v12.14.1/amplify-pkg-win.exe.tgz",
"hash": "163c79c870560bdc23d34f7a10919b47e229e2cb132de945e98ebdbc7b481341"
}
},
"pre_install": "Rename-Item \"$dir\\amplify-pkg-win.exe\" 'amplify.exe'",
"bin": "amplify.exe",
"checkver": {
"github": "https://github.com/aws-amplify/amplify-cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/aws-amplify/amplify-cli/releases/download/v$version/amplify-pkg-win.exe.tgz"
}
}
}
}