{
  "name": "amplify-dotnet-function-runtime-provider",
  "version": "2.1.9",
  "description": "Provides functionality related to functions in .NET on AWS",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-amplify/amplify-cli.git",
    "directory": "packages/amplify-dotnet-function-runtime-provider"
  },
  "author": "Amazon Web Services",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "keywords": [
    "aws",
    "amplify",
    "lambda",
    "dotnet"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rimraf lib tsconfig.tsbuildinfo node_modules",
    "extract-api": "ts-node ../../scripts/extract-api.ts"
  },
  "dependencies": {
    "@aws-amplify/amplify-cli-core": "4.6.0",
    "@aws-amplify/amplify-function-plugin-interface": "1.12.1",
    "@aws-amplify/amplify-prompts": "2.8.7",
    "execa": "^5.1.1",
    "fs-extra": "^8.1.0",
    "glob": "^11.0.1",
    "which": "^2.0.2"
  },
  "devDependencies": {
    "@types/node": "^20.9.0",
    "@types/which": "^1.3.2"
  },
  "berry": {
    "plugins": [
      "@yarn/plugin-typescript"
    ]
  },
  "gitHead": "926b6d3b22a53832eb143901cee60a6f8f40536c"
}
