{
  "name": "amplify-go-function-runtime-provider",
  "version": "2.3.51",
  "description": "Provides functionality related to functions in Go 1.x on AWS",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-amplify/amplify-cli.git",
    "directory": "packages/amplify-go-function-runtime-provider"
  },
  "author": "Amazon Web Services",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "keywords": [
    "aws",
    "amplify",
    "lambda",
    "golang"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rimraf lib tsconfig.tsbuildinfo resources/localinvoke/go.sum resources/localinvoke/main resources/localinvoke/main.exe",
    "extract-api": "ts-node ../../scripts/extract-api.ts"
  },
  "dependencies": {
    "@aws-amplify/amplify-cli-core": "4.4.1",
    "@aws-amplify/amplify-function-plugin-interface": "1.12.1",
    "archiver": "^5.3.0",
    "execa": "^5.1.1",
    "fs-extra": "^8.1.0",
    "get-port": "^5.1.1",
    "glob": "^7.2.0",
    "semver": "^7.5.4",
    "which": "^2.0.2"
  },
  "devDependencies": {
    "@types/archiver": "^5.1.1",
    "@types/node": "^12.12.6",
    "@types/semver": "^7.1.0",
    "@types/which": "^1.3.2"
  },
  "berry": {
    "plugins": [
      "@yarn/plugin-typescript"
    ]
  },
  "gitHead": "fd2973ddd6a66e87db59de1840ece18d91188dc4"
}
