{
  "name": "amplify-python-function-template-provider",
  "version": "1.3.17",
  "description": "Python templates supplied by the Amplify Team",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-amplify/amplify-cli.git",
    "directory": "packages/amplify-python-function-template-provider"
  },
  "author": "Amazon Web Services",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "keywords": [
    "aws",
    "amplify",
    "lambda",
    "python"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rimraf lib tsconfig.tsbuildinfo node_modules",
    "extract-api": "ts-node ../../scripts/extract-api.ts"
  },
  "dependencies": {
    "amplify-function-plugin-interface": "1.9.6"
  },
  "devDependencies": {
    "@types/node": "^12.12.6"
  },
  "gitHead": "dea54cd4bc5745ba7645808964d29f5a395fe6f7"
}
